- /
-
Hercules
on 19 Oct 2021
- 44
- 107
- 4
- 0
- 117
logo;
I=frame2im(getframe(gcf));
I(1:50,:,:)=[];
clf
earthmap;
J=frame2im(getframe(gcf));
J(300:end,:,:)=[];
IJ = [J;I] ;
imshow(IJ)