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

 Respuesta aceptada

Torsten
Torsten el 6 de Abr. de 2020
Editada: Torsten el 6 de Abr. de 2020

0 votos

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

Más respuestas (0)

Categorías

Más información sobre Random Number Generation en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 6 de Abr. de 2020

Comentada:

el 10 de Abr. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by