Description Usage Arguments Value Examples
Repeat copies of a matrix or a vector just like MATLAB's repmat function
1 | repmat(X, m, n)
|
X |
a matrix or a vector |
m |
Number of row repeats |
n |
Number of column repeats |
A matrix with associated row and column repeats
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.