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

1 view (last 30 days)
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?

Accepted Answer

dpb
dpb on 1 May 2016
x=xlsread('data.xls');
x=x(:);

More Answers (0)

Community Treasure Hunt

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

Start Hunting!