• Remix
  • Share
  • New Entry

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