MxToString
|
Matrix functions |
SYNTAX | MxToString( mx ) |
RETURNS | String |
FUNCTION | Creates string out of matrix variable in the Wolfram list style like this (for 3x3 matrix): "{ { x00, x01, x02 }, { x10, x11, x12 }, { x20, x21, x22 } }" |
EXAMPLE | |
SEE ALSO | Matrix() function , MxGetSize() function , MxTranspose() function |
The MxToString function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.