• Remix
  • Share
  • New Entry

on 11 Oct 2022
  • 7
  • 61
  • 0
  • 1
  • 220
[X,Y,Z] = tubeN(@(t) t, 300, @(t)[ t.*sin(-t), t.*cos(-t), 20-3*t], [0, 23.5], 1200);
figure('Color','k'); s = surf(X,Y,Z); s.EdgeAlpha = 0; view(167,5); axis ('equal', 'off');
colormap(1-jet); camlight left; camlight right

Image

Remix Tree