• Remix
  • Share
  • New Entry

on 19 Oct 2021
  • 44
  • 104
  • 4
  • 0
  • 117
logo;
I=frame2im(getframe(gcf));
I(1:50,:,:)=[];
clf
earthmap;
Name Size Bytes Class Attributes topo 180x360 518400 double topomap1 64x3 1536 double
J=frame2im(getframe(gcf));
J(300:end,:,:)=[];
IJ = [J;I] ;
imshow(IJ)
Remix Tree
Load full remix tree