Description Usage Arguments Details Value Examples
This function copies the first matrix in second one. Thhis fucntion will work only if both matrices are of same size.
1 | copyMatrix(X,Y)
|
X |
A matrix to be copied. |
Y |
Target Matrix. |
If the size of source and target matrices are not same it generates an error.
Returns Y
Matrix.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.