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

조회 수: 3 (최근 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 CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by