[U,V,W] = surfnorm(X,Y,Z); axis(limits) 1 clear 2 [X,Y,Z] = peaks; 3 surf(X,Y,Z); 4 limits = axis 5 hold on 6 7 quiver3(X,Y,Z,U,V,W) 8 [2] Example05_13b.m ...
確定! 回上一頁