• Remix
  • Share
  • New Entry

on 8 Oct 2021
  • 2
  • 11
  • 2
  • 0
  • 122
t=linspace(0,1,10000);
x=2*pi*(t-1+(cos(2*20*pi*t)).^3);
y=cos(2*pi*t)+2*pi*(sin(2*20*pi*t)).^3;
plot(x,y,'linewidth',2)
axis off

Image

Remix Tree