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!