• Remix
  • Share
  • New Entry

on 24 Oct 2021
  • 15
  • 58
  • 5
  • 0
  • 261
earthmap;
Name Size Bytes Class Attributes topo 180x360 518400 double topomap1 64x3 1536 double
[x,y,z]=sphere(90);
colororder(flip(hot(15)))
plot(fft(eye(35)));
hold
Current plot held
d=0;
for j=[0,45]
k=[1:46]+j;
surface(x(k,:),y(k,:),z(k,:)+d,'FaceC','t','EdgeC','n','CData',topo(k(1)*2:k(end)*2-2,:));
d=d+.6;
end
axis equal off
set(gca,'pos',[0 0 1 1])
set(gcf,'Color','k')
view(3)
Remix Tree
Load full remix tree