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

조회 수: 3 (최근 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 CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by