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

2 次查看(过去 30 天)
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

采纳的回答

madhan ravi
madhan ravi 2020-6-15
reshape(cell_array,3,[])

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Types 的更多信息

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by