How to make multiple columns one below the other making it one column?

1 回表示 (過去 30 日間)
Parth Sarathi
Parth Sarathi 2016 年 5 月 1 日
回答済み: dpb 2016 年 5 月 1 日
I have a file with 20 columns each having 24 rows as attached in the excel file. But I want them to come one after the other all in one column. How can I do that?

採用された回答

dpb
dpb 2016 年 5 月 1 日
x=xlsread('data.xls');
x=x(:);

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by