I just start to study about Octave and I have a question about getting Rational Numbers.
I just check
this page to learn the way to get random Rational Numbers. for example..
if we use rand(1, 3.1)
i would like to get random number between 1 and 3.1 (like 2.34)
However, i am not really sure about function that i have to use..
can you give some example ?
thanks