필터 지우기
필터 지우기

change the structure of cell

조회 수: 1 (최근 30일)
ha ha
ha ha 2018년 4월 12일
편집: ha ha 2018년 4월 12일
A : 3x1 cell class
A={cell_1;
cell_2;
cell_3;}
A={[3x1 double];[5x1 double];[1x1 double]}
A={[11;22;33]; [1;2;3;4;5]; [999999]}
How can I change cell A to be cell A_new as follow:
A_new : 1x3 cell class
A_new={cell_1, cell_2, cell_3, }
A_new={[3x1 double],[5x1 double],[1x1 double]}
A_new={[11;22;33], [1;2;3;4;5], [999999]}

채택된 답변

Stephen23
Stephen23 2018년 4월 12일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by