Sampling data

조회 수: 3 (최근 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 CenterFile Exchange에서 Statistics 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