Quaternion Function Reference

char

Create character array (string).
(Quaternion and octonion overloadings of standard MATLAB® function)

Syntax

str = char(q)

Description

char(q) returns a character string representation of the quaternion q, which must be a scalar.

Examples

>> char(randq)

ans = 0.4373 - 0.8167 * I - 0.1902 * J + 0.3251 * K

See Also

MATLAB® function: char
QTFM functions: disp, display

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

License terms.