How to convert one cell matrix into multiple cell

1 vue (au cours des 30 derniers jours)
Zoheb
Zoheb le 25 Mar 2014
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?

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 25 Mar 2014
Modifié(e) : Azzi Abdelmalek le 25 Mar 2014
reshape(A,3120,32)
In your case it should be
reshape(A,6240,32)

Catégories

En savoir plus sur Data Type Conversion dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by