- /
-
sin and log
on 7 Oct 2021
- 2
- 33
- 1
- 0
- 127
[x,y]=meshgrid(-20:.01:20);
mesh(x,y,sin(x).*sin(y).*log(abs(x))./log(abs(y)))
a=gca;
colormap(a,'colorcube')
a.YLim=[-3,0];
view(0,90)
Image
