Replicate and tile an array.
Creates a large matrix B consisting of an M-by-N tiling of copies of A
repmat(mat, M, N)
mat |
numeric matrix |
M |
number of copies in vertical direction |
N |
number of copies in horizontal direction |
Matrix consiting of M-by-N tiling copies of input matrix
Wolfram Stacklies
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.