• Remix
  • Share
  • New Entry

on 20 Oct 2021
  • 2
  • 36
  • 2
  • 0
  • 89
for i=1:600
x(i)=tan(cos(i*pi^4));
y(i)=sin(tan(i*pi^4));
end
plot(x,y,'-')
colormap jet
axis off
Remix Tree