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

3 ビュー (過去 30 日間)
Parth Sarathi
Parth Sarathi 2016 年 5 月 2 日
回答済み: Azzi Abdelmalek 2016 年 5 月 2 日
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?

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2016 年 5 月 2 日
repmat(A,20,1)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGeology についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by