Chose a random integer between an upper and lower limit.
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Giuseppe
il 1 Mag 2014
Modificato: Azzi Abdelmalek
il 1 Mag 2014
I ask the user to input two limits a upper and lower limit. I then want to generate a random integer between these two values.
I tried using for example:
a = input('enter a'); %lower
b = input('enter b'); %upper
c = randi(b,a)
Although this seems to create a vector I just want a scalar?
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!