MATLAB surfnorm
The surfnorm function creates a 3D graph of a surface and the surface normal vectors.
Contents
Usage
[X,Y,Z] = cylinder(1:10); figure; surfnorm(X,Y,Z);
See also figures and related commands.
The surfnorm function creates a 3D graph of a surface and the surface normal vectors.
Contents
[X,Y,Z] = cylinder(1:10); figure; surfnorm(X,Y,Z);
See also figures and related commands.