(3) 使用surf函数绘制三维曲面图形: >> [X,Y]=meshgrid([-4:0.2:4]); >> Z=exp(-0.5*(X.^2-Y.^2)); >> surf(X,Y,Z)