필터 지우기
필터 지우기

selecting specific values on a matrix

조회 수: 2 (최근 30일)
Shani
Shani 2013년 11월 19일
댓글: Image Analyst 2013년 11월 23일
Hello my fellow companions, I have got a matrix but I would like to select values to create another matrix from it. Let me give you an example, I have a 10x10 matrix, I would like to select the 4th value till the end from column 6 to column 10. If anyone can help me with that much appreciated.
  댓글 수: 1
Image Analyst
Image Analyst 2013년 11월 23일
Here is what Shani asked, so that it will still be here when she deletes this question:
Hello my fellow companions, I have got a matrix but I would like to select values to create another matrix from it. Let me give you an example, I have a 10x10 matrix, I would like to select the 4th value till the end from column 6 to column 10. If anyone can help me with that much appreciated.

댓글을 달려면 로그인하십시오.

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 11월 19일
편집: Azzi Abdelmalek 2013년 11월 19일
A(4:end,6:10)
Look at
doc array

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by