필터 지우기
필터 지우기

how to append cells

조회 수: 4 (최근 30일)
Parul
Parul 2013년 10월 3일
답변: SAA 2020년 7월 17일
i have a cell named x1 >> whos x1 Name Size Bytes Class Attributes
x1 1x581 10160180 cell
which has 581 coloumns, and each coloumn has data of 103X54(double).
</matlabcentral/answers/uploaded_files/371/cell.png> but i want to append all coloumns in one coloumn, having size 59843X54. (59843=103X581)

답변 (1개)

SAA
SAA 2020년 7월 17일
reshape(cell2mat('your cell'),[n,m]) n by m being your dimensions

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by