- /
-
Dot
on 15 Oct 2021
- 3
- 19
- 0
- 0
- 127
[x,y]=meshgrid(-20:.01:20);
mesh(x,y,sin(x*3).*sin(y*2).*log(abs(x)).*log(abs(y)))
colormap(gca,'colorcube(96)')
view(0,70)
camva(4)