You can use repmat() to repeat a matrix several times. In your case you can use
repmat(A, m, 1)
You can use repmat() to repeat a matrix several times. In your case you can use
repmat(A, m, 1)
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!