FB_Matlab

[x,y] = meshgrid(-1:.1:1, -1:.1:1);

z=(x.^2+y.^2).*cos(x.^2+y.^2);

surf(x,y,z)

 

 
  • 12 votes. Average: 1 / 5.