• Remix
  • Share
  • New Entry

on 6 Oct 2021
  • 2
  • 11
  • 0
  • 0
  • 216
t = linspace(0,60*pi,800);
x = sin(t).*(exp(cos(t))-6*sin(8*t)+sin(t/10).^6);
y = cos(t).*(exp(cos(t))-6*sin(8*t)+sin(t/10).^6);
x = x./max(abs(x)) ;
y = y./max(abs(y)) ;
plot(x,y,'k') ;
set(gca,'color',[0 0 0 0])
axis square off
Image
Remix Tree