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

3 visualizaciones (últimos 30 días)
Riccardo Rossi
Riccardo Rossi el 15 de Jun. de 2020
Respondida: madhan ravi el 15 de Jun. de 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

Respuesta aceptada

madhan ravi
madhan ravi el 15 de Jun. de 2020
reshape(cell_array,3,[])

Más respuestas (0)

Categorías

Más información sobre Data Type Conversion en Help Center y File Exchange.

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by