Description Usage Arguments Value Examples
This function takes a matrix X and replicates it n times column-wise and m times row-wise, similarly to repmat in Matlab
1 | repmat(X, m, n)
|
X |
a numeric matrix |
m |
number of row-wise replications |
n |
number of column-wise replications |
numeric matrix with X replicated n-times across and m-times down
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.