Programmer Guide/Command Reference/EVAL/trn: Difference between revisions
From STX Wiki
Jump to navigationJump to search
initial import |
m 1 revision: Initial import |
(No difference)
| |
Revision as of 17:31, 18 November 2010
Contents
trn
Transpose the matrix x. If x is not a matrix, then the result is the same as the argument.
Usage:
trn(x)
Result:
The transposed matrix if x is a matrix, else the argument.
Return Type:
same as x