Convert an 18x1 cell array in a 3x6 cell array

2 vues (au cours des 30 derniers jours)
Riccardo Rossi
Riccardo Rossi le 15 Juin 2020
Hello, I need to convert a cell array with 18 rows and 1 column in a cell array with 3 rows and 6 columns. How can I do it?
Thank you

Réponse acceptée

madhan ravi
madhan ravi le 15 Juin 2020
reshape(cell_array,3,[])

Plus de réponses (0)

Catégories

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

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by