• Remix
  • Share
  • New Entry

on 19 Oct 2021
  • 1
  • 38
  • 0
  • 0
  • 256
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)
annotation(gcf,'textbox',...
[0.5 0.05 .47 .1],'Color',[.9 .9 .9],'String',{'KSSV'},...
'LineStyle','none','FontWeight','bold','FontSize',30);
Remix Tree
Load full remix tree