• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 12
  • 92
  • 0
  • 0
  • 271
p=pi;
l = 1e2;
m = 0:l;
[u,v]=meshgrid(10*m/l*p,2*m/l*p);
c=cos(v/2);
s=sin(v);
e=1-exp(u/(6*p));
x = 2*e.*cos(u).*c.^2;
y = -e*2.*sin(u).*c.^2;
z = (exp(u/(5.5*p))-1).*(s-1);
surf(x,y,z,'FaceColor','w','EdgeAlpha',0.02)
axis equal off
view([-130 62])
set(gcf,'Color','k')
lightangle(gca,-45,25)
Remix Tree
Load full remix tree