MxTranspose
|
Matrix functions |
SYNTAX | MxTranspose( matrix ) |
RETURNS | Matrix |
FUNCTION | The function creates a transpose of an input matrix matrix. Transpose of a matrix is a new matrix whose rows are the columns of the original. |
EXAMPLE | |
SEE ALSO | Matrix() function , MxGetSize() function , MxIdentity() function |
The MxTranspose function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.