Split matrix in 15 submatrices
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Kim Arnold
am 23 Aug. 2021
Kommentiert: Stephen23
am 23 Aug. 2021
I have a 22515x1122 Matrix and would like to split it into 15 Submatrices (in cells) of the size 1501 x 1122. So the row number 22515 should be divided by 15 giving you the 1501 and column number stays the same. What is the easiest way to do this?
Thanks for your help!
Akzeptierte Antwort
Steven Lord
am 23 Aug. 2021
Don't try to make variables with numbers in the name like A1, A2, ... A15. Use mat2cell instead.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Numeric Types 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!