• Remix
  • Share
  • New Entry

on 8 Oct 2021
  • 1
  • 8
  • 4
  • 0
  • 149
t=linspace(0,1,1000);M=6*pi*20;N=2*pi*20;O=pi*6;Q=pi*2;
x=cos(M*t).*cos(N*t)-cos(Q*t).*cos(O*t);
y=cos(M*t).*sin(N*t)-cos(O*t).*sin(Q*t);
plot(x,y)
axis off

Image

Remix Tree

Load full remix tree