• Remix
  • Share
  • New Entry

on 20 Oct 2021
  • 44
  • 60
  • 0
  • 0
  • 165
logo;
I=frame2im(getframe(gcf));
[m,n,p] = size(I) ;
earthmap
Name Size Bytes Class Attributes topo 180x360 518400 double topomap1 64x3 1536 double
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')
Remix Tree
Load full remix tree