MATLAB quiver3

The quiver3 function creates a 3D graph of a vector.


Usage

To render a vector from the origin to the point (2,4,6), try:

figure;
quiver3(0,0,0, 2,4,6);

See also figures and related commands.


CategoryRicottone