Array indexing nth spaced element

조회 수: 9 (최근 30일)
Raquel Flores
Raquel Flores 2020년 3월 2일
답변: Adam 2020년 3월 2일
How do I extract the nth spaced elements of an array?
a = [1 2 3 4 5 6 7 8 9 10 11 12]
I want to extract a(1), a(1+n), a(1+2n),... elements.
My array is quite long, so writing the above manually is not an option.
Is there a way of doing so without using a for loop?

채택된 답변

Adam
Adam 2020년 3월 2일

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