• Remix
  • Share
  • New Entry

on 8 Oct 2021
  • 4
  • 15
  • 0
  • 0
  • 127
t=1/16*(0:1:1000);
a=exp(1).^(cos(t))-2*cos(4*t)-(sin(t/12)).^5;
x=sin(t).*a;
y=cos(t).*a;
plot(x,y); hold on ; fill(x,y,'m'); axis off
Remix Tree