• Remix
  • Share
  • New Entry

on 8 Oct 2021
  • 6
  • 32
  • 2
  • 0
  • 143
n = 25;
th = n*pi;
Th = linspace(0,th,1250);
x = exp( -.5.*Th/(2*pi)).*cos(Th);
y = exp(- .5.*Th/(2*pi)).*sin(Th);
stem3(x,y,Th,'Markersize',2) ;axis off
Remix Tree