• Remix
  • Share
  • New Entry

on 25 Oct 2021
  • 10
  • 49
  • 0
  • 0
  • 257
figure('pos',[0 0 980 735],'Color','k')
earthmap;
Name Size Bytes Class Attributes topo 180x360 518400 double topomap1 64x3 1536 double
r=turbo(10);
colormap(r)
hold;
Current plot held
colororder(r)
d=3*fft(eye(35));
d(:,15:22)=NaN;
rotate(plot(d),[0 .8 -1],-50);
axis equal
set(gca,'po',[0 0 1 1])
view(-90,0)
n=[1,1e3];
scatter3(ones(n),rand(n)*8-4,rand(n)*6-3,6*rand(n),'w','f')
Remix Tree
Load full remix tree