• Remix
  • Share
  • New Entry

  • Alex P.

  • /
  • laughing sinusoidal waves 2208

on 31 Oct 2021
  • 1
  • 18
  • 0
  • 0
  • 192
x=linspace(0, 9*pi);
m=0.3;
y=m*sin(x/9).*x.*tanh(x).^.5;
hold on;
c=bone;
for n=1:256
plot(x,y+(n-128)*0.02*sin(x/4.5),Color=c(n,:));
plot(x,-y-(n-128)*0.05*sin(x/9),Color=c(257-n,:));
end
axis equal
axis off
Remix Tree
Load full remix tree