How to pick randomly elements from a vector without repetation?

1 vue (au cours des 30 derniers jours)
IBM watson
IBM watson le 22 Oct 2018
Modifié(e) : Bruno Luong le 22 Oct 2018
If I have a vector like this :
a=[1 2 3 4 5]
i know how to do this but my vector is something like:
a=[23 46 4 2 5]
I should pick 2 elements randomly without repetation.

Réponse acceptée

Bruno Luong
Bruno Luong le 22 Oct 2018
Modifié(e) : Bruno Luong le 22 Oct 2018
a(randperm(length(a),2))

Plus de réponses (0)

Catégories

En savoir plus sur WLAN Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by