- /
-
How will you move the world?
on 19 Oct 2021
- 1
- 40
- 7
- 0
- 278
logo;
set(gcf,'Color','k')
J=frame2im(getframe(gcf));
clf
g=gcf;
g.Color='k';
g.Position(4)=300;
subplot(1,3,1);
earthmap;
subplot(1,3,2);
g=gca;
g.Position(4)=0.6;
image(J)
axis equal off
annotation(gcf,'textarrow',[.8 .18],[.7 .35],'Color',[.7 .8 .8],'String',{'You',' '},'LineWidth',8,'FontSize',27);