How to generate a random integer between two bounds?

144 views (last 30 days)
Hello,
I want to generate a random integer between two integers
Suppose the upper bound UP=500 and the lower bound LB=4 how to generate a random integer between these 2 bounds
Thank you!

Accepted Answer

Alex Mcaulley
Alex Mcaulley on 4 Sep 2019
randi([4,500])

More Answers (0)

Categories

Find more on Creating and Concatenating Matrices 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!