You are on page 1of 1

[X,Y] = meshgrid[1:0.

5:10,1:20];

Z = sin(X)+cos(Y);

surf(X,Y,Z)

You might also like