Sampling data

1 回表示 (過去 30 日間)
Marcel
Marcel 2012 年 3 月 12 日
Hi,
How to select every 10th element from a vector?
Thanks.

採用された回答

Andrei Bobrov
Andrei Bobrov 2012 年 3 月 12 日
eg
x = randi(1000,100,1);
out = x(10:10:end)
  1 件のコメント
Marcel
Marcel 2012 年 3 月 12 日
Thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by