フィルターのクリア

Array indexing nth spaced element

3 ビュー (過去 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 Center および File ExchangeMatrix Indexing についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by