Quaternion Function Reference

plot3

3D plot from quaternion array.
(Quaternion overloading of standard MATLAB® function)

Syntax

h = plot3(q, varargin)

Description

plot3 plots a 3D line plot of elements in a pure quaternion array. It supports the same parameter profiles as the MATLAB® function of the same name, except that the first three parameters (X, Y, Z) are replaced by a quaternion parameter, which must be a pure quaternion array.

The varargin parameters are passed to the Matlab plot3 function, and must therefore conform to the requirements of that function.

The output parameter is optional, with the same functionality as the corresponding MATLAB® function (a graphics handle).

For more sophisticated requirements, use the Matlab function and pass the X, Y, Z components of the quaternion array as the first three or six parameters.

See Also

MATLAB® function: plot3

(c) 2008-2016 Stephen J. Sangwine and Nicolas Le Bihan

License terms.