• Remix
  • Share
  • New Entry

on 16 Oct 2022
  • 4
  • 10
  • 0
  • 0
  • 110
[x,y] = meshgrid(-5.12:0.01:5.12,-5.12:0.01:5.12);
Z=10*2+(x.^2-10*cos(2*pi*x))+(y.^2-10*cos(2*pi*y));
mesh(x,y,Z)
Remix Tree