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

3 Ansichten (letzte 30 Tage)
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?

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 2 Mai 2016
repmat(A,20,1)

Weitere Antworten (0)

Kategorien

Mehr zu Geology finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by