How can I get a random number between 9.9775 and 10.0225?

I would like to generate a monte carlo simulation. I need my input values to change randomly between 9.9775 and 10.0225. How can I progamme this in matlab?

Réponses (1)

>>randi([9.9775 10.0225])

4 commentaires

I have tried this but the value needs to be integer
please try
>>x= 9.9775+rand*(10.0225-9.9775)
thank you. This one works :)
welcome, please accept the answer if it works :)

Connectez-vous pour commenter.

Catégories

En savoir plus sur Random Number Generation dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by