How can I choose one element form a row array randomly?

Good morning, I'm interested in choosing only one element from an array. e.g. i got the following array T=[0 1 2 3 4 5] but I want to get one element from it randomly. Thanks for your attention.

 Akzeptierte Antwort

James Tursa
James Tursa am 17 Mai 2018
Bearbeitet: James Tursa am 17 Mai 2018
result = T(randi(numel(T)));

Weitere Antworten (0)

Kategorien

Community Treasure Hunt

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

Start Hunting!

Translated by