How to generate a fixed number of float numbers and their sum is a fixed float number?

1 visualización (últimos 30 días)
Suppose I have a fixed float number 0.7,
I want to generate 9 positive float numbers that theri sum is 0.7.

Respuesta aceptada

Image Analyst
Image Analyst el 16 de Feb. de 2020
Editada: Image Analyst el 16 de Feb. de 2020
See this File Exchange submission:

Más respuestas (1)

Bhaskar R
Bhaskar R el 16 de Feb. de 2020
This can help you !
res = randfixedsum(9, 1, 0.7, 0,1)

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!

Translated by