Description Usage Arguments Value
This function mimics the behavior and syntax of repmat() in Matlab it generates a large matrix consisting of an N-by-M tiling copies of A
1 | repmat(A, N, M)
|
A |
original matrix to be used as copies |
N |
the number of rows of tiling copies of A |
M |
the number of columns of tiling copies of A |
matrix consisting of an N-by-M tiling copies of A
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.