Generating 15 random values (array of 1x15 dim) whose sum equal to 1.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How I can generate a random vector v = [v1, ..., v15] such that v1+...+v15 = 1. Please help me. :MSA
0 commentaires
Réponses (1)
John D'Errico
le 28 Sep 2017
Modifié(e) : John D'Errico
le 28 Sep 2017
2. Use it.
Do NOT generate a set of random numbers, then just scale them to sum to 1.
1 commentaire
Voir également
Catégories
En savoir plus sur Random Number Generation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!