How to formulate the random matrix between real interval?

1 view (last 30 days)
I try this formulation r = randi([0.10 0.50],5,5) but Matlab refuse this. Please help me with good formulation

Accepted Answer

James Tursa
James Tursa on 7 Jun 2019
See the second example in the rand doc here, and use your endpoints of 0.10 and 0.50 instead of the example endpoints of -5 and 5.

More Answers (0)

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!