Select random numbers form matrix

1 visualizzazione (ultimi 30 giorni)
k khaja
k khaja il 25 Mar 2021
Commentato: k khaja il 29 Mar 2021
Can anyone help me, how can I choose 4 elelemts randomly from below matrix with and without repetaion.
P = ['a', 'b', 'c', 'd', '1', '2', '3', '4,']
Thanks in advance

Risposta accettata

Matt J
Matt J il 25 Mar 2021
With repetition: Use randi()
Without repetition: Use randperm()
  3 Commenti
Matt J
Matt J il 25 Mar 2021
You're welcome, but please Accept-click the answer to indicate that your problem is resolved.
k khaja
k khaja il 29 Mar 2021
Thanks a lot Matt, it works.

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by