How to convert one cell matrix into multiple cell

조회 수: 1 (최근 30일)
Zoheb
Zoheb 2014년 3월 25일
편집: Azzi Abdelmalek 2014년 3월 25일
Hi, I have a data file which contains 199680 data in 1 column (199680,1). I want to convert it to the matrix contains 32 column and 3120 rows. please help me if you can?

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2014년 3월 25일
편집: Azzi Abdelmalek 2014년 3월 25일
reshape(A,3120,32)
In your case it should be
reshape(A,6240,32)

카테고리

Help CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by