Description Usage Arguments Details Value Examples
This fucntion interchage the rows into columns or columns into rows.
1 | transpose(X)
|
X |
A Matrix. |
If the given argument is not a matrix this function generates an error, otherwise, it tronsposed the matrix and returns in the same variable that was passed in argument like pass by reference. It changes values in memory.
Returns transposed matrix X
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.