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

2 vues (au cours des 30 derniers jours)
Suppose I have a fixed float number 0.7,
I want to generate 9 positive float numbers that theri sum is 0.7.

Réponse acceptée

Image Analyst
Image Analyst le 16 Fév 2020
Modifié(e) : Image Analyst le 16 Fév 2020
See this File Exchange submission:

Plus de réponses (1)

Bhaskar R
Bhaskar R le 16 Fév 2020
This can help you !
res = randfixedsum(9, 1, 0.7, 0,1)

Catégories

En savoir plus sur Creating and Concatenating Matrices 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!

Translated by