trn
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
Transpose the matrix x.
- Usage
trn(x)
- x
- a matrix
- Result
- The result r is the transposed matrix x (
r[i,j] = x[j,i]
) - Note: If x is not a matrix, then the result is the same as the argument.