How to select a random number from set 5:20:2000?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Dayalram Dayalram
il 8 Giu 2019
Modificato: KALYAN ACHARJYA
il 8 Giu 2019
How to select a random number from set 5:20:2000?
0 Commenti
Risposta accettata
KALYAN ACHARJYA
il 8 Giu 2019
Modificato: KALYAN ACHARJYA
il 8 Giu 2019
idx=5:20:2000;
rand_num=idx(randi(length(idx)));
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Random Number Generation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!