• Remix
  • Share
  • New Entry

on 23 Oct 2021
  • 2
  • 10
  • 0
  • 0
  • 179
l = @linspace;
t = l(-3,3,1e3);
r = 2*sqrt(5*(t - 3).*(t + 3).*(t - 5))/15;
[X,Y,Z] = cylinder(r,1e3);
surf(X,Y,Z,'EdgeColor','none','FaceColor','w')
axis off
lightangle(240,30)
view([13 4])
Remix Tree