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

 Réponse acceptée

Torsten
Torsten le 6 Avr 2020
Modifié(e) : Torsten le 6 Avr 2020

0 votes

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

Plus de réponses (0)

Catégories

En savoir plus sur Random Number Generation dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by