Split matrix in 15 submatrices
2 次查看(过去 30 天)
显示 更早的评论
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!
采纳的回答
Steven Lord
2021-8-23
Don't try to make variables with numbers in the name like A1, A2, ... A15. Use mat2cell instead.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Numeric Types 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!