I am not quite sure how to create 5 random numbers between 0 and 10.
1 view (last 30 days)
Show older comments
Allyson
on 13 Feb 2014
Answered: Azzi Abdelmalek
on 13 Feb 2014
The question goes on to ask to create a seed and save its value to a variable named “SeedInfo” using “rng”.
0 Comments
Accepted Answer
Azzi Abdelmalek
on 13 Feb 2014
s(1)=rng
randi([0 10],1,5)
to get the same sequence
rng(s(1))
randi([0 10],1,5)
0 Comments
More Answers (0)
See Also
Categories
Find more on Elementary Math 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!