- /
-
Connecting the world
on 20 Oct 2021
- 44
- 65
- 0
- 0
- 165
logo;
I=frame2im(getframe(gcf));
[m,n,p] = size(I) ;
earthmap
topo = imresize(topo,[m n]) ;
[X,Y] = meshgrid(1:n,1:m) ;
Y = flipud(Y) ;
image(I)
hold on
contour(X,Y,topo,[0 0],'w')