How can I randomly extract a element in a vector?

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!!

 Akzeptierte Antwort

Torsten
Torsten am 6 Apr. 2020
Bearbeitet: Torsten am 6 Apr. 2020

0 Stimmen

random_element = v(randi(numel(v)))

Weitere Antworten (0)

Kategorien

Mehr zu Random Number Generation finden Sie in Hilfe-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