• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 9
  • 67
  • 1
  • 0
  • 278
earthmap;
Name Size Bytes Class Attributes topo 180x360 518400 double topomap1 64x3 1536 double
pcolor(topo)
shading interp
colormap prism
%hold on
%campos([x y w h])
x=115;y=112;
rectangle('Position',[ x y 8 10],'EdgeColor','w','Curvature',0.2)
rectangle('Position',[ x-1 y-1 10 12],'EdgeColor','w','Curvature',0.2)
rectangle('Position',[ x-2 y-2 12 14],'EdgeColor','w')
axis([ 30 250 50 180])
axis off
%axis off
Remix Tree