• Remix
  • Share
  • New Entry

on 26 Oct 2022
  • 7
  • 9
  • 1
  • 0
  • 143
t = linspace(0, 300*pi, 1000);
x = t.*cos(8*t).^3;
y = t.*sin(8*t);
plot(x, y,'color',[0.39 0.83 0.07]);
xlim([-900 900])
ylim([-900 900])
axis equal off
Remix Tree