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!