• Remix
  • Share
  • New Entry

on 11 Oct 2021
  • 2
  • 24
  • 0
  • 0
  • 205
s=[.38 .95 0 .53 5.6 4.8 4 3.9];
[x,y,z]=sphere(99);
f=@(s,t,c)surf(x*s+t,y*s,z*s,EdgeC='n',FaceC=c);
t=cumsum([0,s(1:7)+2])+s/2-5.3;
c=[9 9 7;9 6 4;0 0 0;9 5 5;8 7 5;9 9 7;3 8 8;0 8 9]/10;
figure(Color='k');
earthmap;
Name Size Bytes Class Attributes topo 180x360 518400 double topomap1 64x3 1536 double
Image
Remix Tree