Clear Filters
Clear Filters

how to append cells

4 views (last 30 days)
Parul
Parul on 3 Oct 2013
Answered: SAA on 17 Jul 2020
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)

Answers (1)

SAA
SAA on 17 Jul 2020
reshape(cell2mat('your cell'),[n,m]) n by m being your dimensions

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!