Plot the surface normals of the function. : [X,Y] = meshgrid(–2:.2:2,–1:.15:1);. Z = X.* exp(–X.^2 – Y.^2);. [U,V,W] = surfnorm(X,Y,Z);.
確定! 回上一頁