• Remix
  • Share
  • New Entry

on 15 Oct 2021
  • 32
  • 15
  • 0
  • 0
  • 194
t = 0:.15:25;
verts = {[cos(t)' sin(t)' (t/4)']};
twistangle = {cos(t+8)'};
daspect([1 1 1])
streamribbon(verts,twistangle);
colormap cool
axis tight
shading interp;
view(3);
camlight; lighting gouraud
axis off
Remix Tree