How can I randomly extract a element in a vector?

6 visualizzazioni (ultimi 30 giorni)
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!!

Risposta accettata

Torsten
Torsten il 6 Apr 2020
Modificato: Torsten il 6 Apr 2020
random_element = v(randi(numel(v)))

Più risposte (0)

Categorie

Scopri di più su Random Number Generation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by