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 Center および File ExchangeData Type Conversion についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by