Split a larger matrix into smaller matrices
Show older comments
Hello All,
I have a [256 x 5 x 2000] matrix. I want to split this matrix into 5 [256 x 1 x 2000] matrices. Tried using mat2cell but it returns an error stating number of dimensions must match.
Could anyone please help me with this?
Thanks, \Kashif
Accepted Answer
More Answers (1)
Andrei Bobrov
on 17 Mar 2016
C = num2cell(M,[1 3]);
5 Comments
Kash022
on 17 Mar 2016
Andrei Bobrov
on 17 Mar 2016
What is K? It is C?
Kash022
on 17 Mar 2016
Categories
Find more on Data Type Conversion 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!