How do I generate a random number in an interval?

30 vues (au cours des 30 derniers jours)
Jeroen
Jeroen le 22 Avr 2013
Is there a standard function in Matlab that can generate a random rational number in a certain interval?
e.g. ...([1,2]) => 1.35
...([0,4)] => 2.64
...([-3.2, 5.9]) => -3.84

Réponse acceptée

Sean de Wolski
Sean de Wolski le 22 Avr 2013
See Example 1 in:
  1 commentaire
Jeroen
Jeroen le 22 Avr 2013
I eventually used
a+(b-a)*rand(1,1)
to create a random number in the interval [a,b] and unless I've had a lot of luck until now, it works perfectly. This helped me aswell: http://www.mathworks.com/matlabcentral/answers/33121.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by