필터 지우기
필터 지우기

How can I randomly extract a element in a vector?

조회 수: 2 (최근 30일)
Ana Gabriela Guedes
Ana Gabriela Guedes 2020년 4월 6일
댓글: Ana Gabriela Guedes 2020년 4월 10일
Hi!!
How can I extract a random element from a vector?
For example, I have vector v = [a1 a2 a3 a4] and I want to randomly select one of the elements. ~
Thanks!!

채택된 답변

Torsten
Torsten 2020년 4월 6일
편집: Torsten 2020년 4월 6일
random_element = v(randi(numel(v)))

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Random Number Generation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by