How do you extract even columns and even rows from an nxn matrix?

조회 수: 23 (최근 30일)
Miguel L
Miguel L 2017년 9월 20일
댓글: Miguel L 2017년 9월 20일
How do you extract even columns and even rows from an nxn matrix?
I have a matrix of 2574 x 5148 and I only need the even columns and even rows.
Thanks!

채택된 답변

Walter Roberson
Walter Roberson 2017년 9월 20일
YourMatrix(2:2:end, 2:2:end)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by