How can I convert matrix to cell?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello.
I have 400*100 matrix. I want to divide this matrix to every 4*100 matrix and then put it in the cell.
How can I do this?
A = reshape(1:40000,100,400)';
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Matrices and Arrays finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!