• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 2
  • 30
  • 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)
Remix Tree