
Contents |
Transpose
Transpose the active matrix
1. mtranspose
2. mtranspose im:=[MBook1]MSheet1!Mat(1)
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Input Matrix | im |
Input MatrixObject | |
Specifies the input matrix. |
| Output Matrix | om |
Output MatrixObject | |
Specifies the output matrix. See the syntax here. |
This X-Function exchanges the matrix columns with rows, and rows with columns.
For more examples, please refer to XF Script Dialog (press F11).