- /
-
How will you move the world? (V2)
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;
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);