How to reduce an existing matrix
显示 更早的评论
I would like to reduce an existing matrix (1885x1885) to (188x188), essentially discarding the last 5 rows and columns.
How would I code this. Thanks in advance.
1 个评论
Azzi Abdelmalek
2013-8-4
What do you mean by reduce? Please give a short example
采纳的回答
更多回答(3 个)
Roger Stafford
2013-8-4
编辑:Roger Stafford
2013-8-4
M = M(10:10:end,10:10:end);
类别
在 帮助中心 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!