Generating 15 random values (array of 1x15 dim) whose sum equal to 1.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
How I can generate a random vector v = [v1, ..., v15] such that v1+...+v15 = 1. Please help me. :MSA
0 comentarios
Respuestas (1)
John D'Errico
el 28 de Sept. de 2017
Editada: John D'Errico
el 28 de Sept. de 2017
2. Use it.
Do NOT generate a set of random numbers, then just scale them to sum to 1.
1 comentario
Ver también
Categorías
Más información sobre Random Number Generation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!