Split a larger matrix into smaller matrices
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (1)
Andrei Bobrov
il 17 Mar 2016
C = num2cell(M,[1 3]);
5 Commenti
Kash022
il 17 Mar 2016
Andrei Bobrov
il 17 Mar 2016
What is K? It is C?
Kash022
il 17 Mar 2016
Categorie
Scopri di più su Data Type Conversion in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!