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

3 views (last 30 days)
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

Accepted Answer

madhan ravi
madhan ravi on 15 Jun 2020
reshape(cell_array,3,[])

More Answers (0)

Categories

Find more on Data Type Conversion in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!