How i can insert a random integer between two numbers?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I have a variable and i want it to take a randome integer between numbers 2 and 101
0 Commenti
Risposte (2)
Thomas Koelen
il 22 Apr 2015
Modificato: Thomas Koelen
il 22 Apr 2015
a=uint16(2+rand*99)
0 Commenti
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!