powered by
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
repmat(A, N, M)
original matrix to be used as copies
the number of rows of tiling copies of A
the number of columns of tiling copies of A
matrix consisting of an N-by-M tiling copies of A