• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 9
  • 91
  • 2
  • 0
  • 273
earthmap;
Name Size Bytes Class Attributes topo 180x360 518400 double topomap1 64x3 1536 double
pcolor(topo)
shading interp
colormap hsv
hold
Current plot held
%campos([x y w h])
x=127;y=115;
rectangle('Position',[ x y 2 1],'FaceColor','g')
rectangle('Position',[ x-1 y-1 3 2],'FaceColor','g')
rectangle('Position',[ x-2 y-3 3 2],'FaceColor','g')
rectangle('Position',[ x-3 y-4 2 1],'FaceColor','g')
axis off
Image
Remix Tree