• Remix
  • Share
  • New Entry

on 27 Oct 2021
  • 5
  • 7
  • 0
  • 0
  • 147
n = 25;
th = n*pi;
Th = linspace(0,th,14550);
x = exp( -300.5.*Th/(2*pi)).*cos(Th);
y = exp(- .5.*Th/(2*pi)).*sin(Th);
stem3(x,y,Th,'Markersize',3) ;axis off
Remix Tree