• Remix
  • Share
  • New Entry

on 18 Oct 2021
  • 4
  • 19
  • 21
  • 0
  • 97
[x,y]=meshgrid(-20:.02:20);
mesh(x,y,sin(x^2+y^2))
colormap(gca,'colorcube')
view(0,90)
axis equal off
Remix Tree
Load full remix tree