x = [1 2 4 ];y = [2 6 10];z = [4 6 3 7 2 1 8 9 3];[X,Y] = meshgrid(x,y);Z = reshape(z,3,3);mesh(X,Y,Z)
SURF 试试