- /
-
2wv21wv 2204
on 31 Oct 2021
- 1
- 19
- 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