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일

0 개 추천

You can simply concatenate your ranges using square brackets:
A([1:10 20:30],1)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

제품

태그

질문:

2019년 10월 15일

편집:

2019년 10월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by