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

1 view (last 30 days)
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?

Answers (1)

Chandrasekhar
Chandrasekhar on 15 Nov 2017
>>randi([9.9775 10.0225])
  4 Comments

Sign in to comment.

Categories

Find more on Random Number Generation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!