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

 Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 13 Jun. 2015
Bearbeitet: Azzi Abdelmalek am 13 Jun. 2015

0 Stimmen

a=20
b=50
n=1000
v=a+(b-a)*rand(1,n)

Weitere Antworten (0)

Kategorien

Mehr zu Random Number Generation finden Sie in Hilfe-Center und File Exchange

Produkte

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by