• Remix
  • Share
  • New Entry

on 26 Oct 2021
  • 4
  • 39
  • 0
  • 0
  • 276
earthmap;
Name Size Bytes Class Attributes topo 180x360 518400 double topomap1 64x3 1536 double
%c=@(r)(1+r).^-2.*(exp(j*pi*[0:.07:2]))+r./(r-1); % cool laser affect
c=@(r)(1+r).^-2.*(exp(j*[0:.3:6.3]))+r./(r+2);
r=@()rand(1,600);
q=@()axis('off');
scatter(r(),r(),20*r(),'fill')
q();
axes('Pos',[0 0 3 4]/4)
surf(x,y,z,props);
colormap bone
q();
axes('Pos',[3 4 8 8]/16)
h=plot(c([0,.1,1,2,8]'),'Col','g','linewi',2);
q()
axis equal;
set(gcf,'Color','k')
Remix Tree