MATLAB surfnorm

The surfnorm function creates a 3D graph of a surface and the surface normal vectors.


Usage

[X,Y,Z] = cylinder(1:10);

figure;
surfnorm(X,Y,Z);

See also figures and related commands.


CategoryRicottone