• Remix
  • Share
  • New Entry

on 8 Oct 2021
  • 2
  • 12
  • 3
  • 0
  • 173
t=linspace(0,1,10000);M=30*2*pi;N=2*pi;
x=4*(cos(M*t)).^2.*(sin(M*t)).^2-4*(cos(N*t)).^2.*(sin(N*t)).^2;
y=4*(cos(M*t)).*(sin(M*t)).^3-4*cos(N*t).*(sin(N*t)).^3;
plot(y,x)
axis off
Image
Remix Tree
Load full remix tree