Generating 15 random values (array of 1x15 dim) whose sum equal to 1.
1 view (last 30 days)
Show older comments
How I can generate a random vector v = [v1, ..., v15] such that v1+...+v15 = 1. Please help me. :MSA
0 Comments
Answers (1)
John D'Errico
on 28 Sep 2017
Edited: John D'Errico
on 28 Sep 2017
2. Use it.
Do NOT generate a set of random numbers, then just scale them to sum to 1.
See Also
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!