How to repeat a column 20 times one below the other?

4 views (last 30 days)
I have one column of 24 rows (as attached in the file) and i want to keep repeating the column below for 20 time creating a column of 480 rows. Can anyone please suggest how to do that?

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 2 May 2016
repmat(A,20,1)

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!