powered by
Repeat copies of array (equivalent of the repmat matlab function).
repmat(a, n, m)
input array (scalar, vector, matrix).
number of time to repeat input array in row and column dimensions.
repetition factor.
# NOT RUN { repmat(10,3,2) # }
Run the code above in your browser using DataLab