How to generate a random number in matlab?
Show older comments
How to generate a random number in matlab?
Accepted Answer
More Answers (1)
Konstantinos Sofos
on 10 Mar 2015
Hi,
myrandom = randi([0.01,50],1,1);
Mathworks documentation is excellent!
Regards
1 Comment
Walshaikhli
on 10 Mar 2015
Categories
Find more on Random Number Generation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!