• Remix
  • Share
  • New Entry

on 18 Oct 2021
  • 2
  • 27
  • 1
  • 0
  • 102
[x,y]=meshgrid(-10:.4:10);
mesh(x,y,real(sin(x^2-y^2)))
colormap(gca,'colorcube')
view(0,90)
axis equal off
Remix Tree