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

1 Ansicht (letzte 30 Tage)
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?

Akzeptierte Antwort

dpb
dpb am 1 Mai 2016
x=xlsread('data.xls');
x=x(:);

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by