• Remix
  • Share
  • New Entry

on 19 Oct 2021
  • 9
  • 73
  • 6
  • 0
  • 280
logo;
set(gcf,'Color','k')
J=frame2im(getframe(gcf));
clf
g=gcf;
g.Color='k';
g.Position(4)=400;
subplot(1,3,1);
earthmap;
Name Size Bytes Class Attributes topo 180x360 518400 double topomap1 64x3 1536 double
subplot(1,3,2);
g=gca;
g.Position(4)=0.65;
image(J)
axis equal off
annotation(gcf,'textarrow',[.8 .18],[.65 .37],'Color',[.7 .8 .8],'String',{'You',' '},'LineWidth',8,'FontSize',30);
Remix Tree
Load full remix tree