Quaternion Function Reference

full

Convert sparse matrix to full matrix
(Quaternion and octonion overloadings of standard MATLAB® function)

Syntax

b = full(q)

Description

full converts a sparse matrix to a full matrix. This function is provided because the MATLAB® trace function calls it, and otherwise trace would not work. If the matrix is already a full matrix, the function has no effect.

See Also

MATLAB® function: full

© 2008-2013 Stephen J. Sangwine and Nicolas Le Bihan

License terms.