• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 7
  • 61
  • 4
  • 0
  • 123
[x,y]=meshgrid(-20:.01:20);
mesh(x,y,sin(x).*sin(y).*log(abs(x)).*log(abs(y)))
colormap(gca,'colorcube(64)')
view(0,90)
camva(4)
Remix Tree
Load full remix tree