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

2 ビュー (過去 30 日間)
Riccardo Rossi
Riccardo Rossi 2020 年 6 月 15 日
回答済み: madhan ravi 2020 年 6 月 15 日
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 Center および File ExchangeData Type Conversion についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by