• Remix
  • Share
  • New Entry

on 31 Oct 2021
  • 1
  • 14
  • 1
  • 0
  • 140
x=linspace(0, 9*pi);
m=0.3;
y=m*sin(x/9).*x.*tanh(x).^.5;
hold on;
c=jet;
for n=1:256
plot(x,y+(n-128)*0.05*sin(x/9),Color=c(n,:));
end
axis equal
axis off
Remix Tree