matrix to cell conversion

how to convert 768*8 matrix into 768 number of 8*1 cells using matlab

1 Comment

couldn't figure it out using the examples in "doc mat2cell"?

Sign in to comment.

Answers (2)

newCell=mat2cell(yourMatrix,ones(size(yourMatrix,1),1));

Categories

Asked:

on 13 Aug 2020

Answered:

on 13 Aug 2020

Community Treasure Hunt

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

Start Hunting!