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

4 vues (au cours des 30 derniers jours)
Parth Sarathi
Parth Sarathi le 1 Mai 2016
Réponse apportée : dpb le 1 Mai 2016
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?

Réponse acceptée

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

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by