Sampling data

3 Ansichten (letzte 30 Tage)
Marcel
Marcel am 12 Mär. 2012
Hi,
How to select every 10th element from a vector?
Thanks.

Akzeptierte Antwort

Andrei Bobrov
Andrei Bobrov am 12 Mär. 2012
eg
x = randi(1000,100,1);
out = x(10:10:end)
  1 Kommentar
Marcel
Marcel am 12 Mär. 2012
Thanks

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by