• Remix
  • Share
  • New Entry

on 4 Oct 2021
  • 69
  • 101
  • 0
  • 0
  • 202
t = linspace(0,20*pi,1000);
x = sin(t).*(exp(cos(t))-2*cos(4*t)+sin(t/12).^5);
y = cos(t).*(exp(cos(t))-2*cos(4*t)+sin(t/12).^5);
x = x./max(abs(x)) ;
y = y./max(abs(y)) ;
plot(x,y,'g') ;
set(gca,'color',[0 0 0.1])
Remix Tree