필터 지우기
필터 지우기

select certain matrix elements

조회 수: 1 (최근 30일)
zilai si
zilai si 2019년 10월 15일
편집: Fabio Freschi 2019년 10월 15일
hello,everyone
i just want to ask how to select eg the 1-10 and 20-30 rows elements in the first column.
like A(1:10 and 20:30,1)

채택된 답변

Fabio Freschi
Fabio Freschi 2019년 10월 15일
편집: Fabio Freschi 2019년 10월 15일
You can simply concatenate your ranges using square brackets:
A([1:10 20:30],1)

추가 답변 (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