• Remix
  • Share
  • New Entry

on 6 Oct 2021
  • 2
  • 16
  • 0
  • 0
  • 194
figure('Color','black')
theta = linspace(0,1.2,4200);
x = exp(-theta.^2).*sin(1200*theta);
y = exp(theta).*cos(100*theta);
s = scatter(y,x,MarkerEdgeColor = 'b',MarkerFaceColor = 'g');
axis off
axis equal
Remix Tree