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

1 次查看(过去 30 天)
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 个)

Community Treasure Hunt

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

Start Hunting!

Translated by