Azzera filtri
Azzera filtri

random numbers in between two ranges

2 visualizzazioni (ultimi 30 giorni)
hi
i want one random number generated between two ranges Like 20 and 50. i there any command who can do this. kindly help me
regards

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 13 Giu 2015
Modificato: Azzi Abdelmalek il 13 Giu 2015
a=20
b=50
n=1000
v=a+(b-a)*rand(1,n)

Più risposte (0)

Categorie

Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by