Split a larger matrix into smaller matrices
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
Andrei Bobrov
el 17 de Mzo. de 2016
C = num2cell(M,[1 3]);
5 comentarios
Kash022
el 17 de Mzo. de 2016
Andrei Bobrov
el 17 de Mzo. de 2016
What is K? It is C?
Kash022
el 17 de Mzo. de 2016
Categorías
Más información sobre Data Type Conversion en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!