random numbers in between two ranges
1 view (last 30 days)
Show older comments
Mudasir Ahmed
on 13 Jun 2015
Commented: Mudasir Ahmed
on 13 Jun 2015
hi
i want one random number generated between two ranges Like 20 and 50. i there any command who can do this. kindly help me
regards
0 Comments
Accepted Answer
Azzi Abdelmalek
on 13 Jun 2015
Edited: Azzi Abdelmalek
on 13 Jun 2015
a=20
b=50
n=1000
v=a+(b-a)*rand(1,n)
More Answers (0)
See Also
Categories
Find more on Get Started with MATLAB 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!