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

2 visualizzazioni (ultimi 30 giorni)
Suppose I have a fixed float number 0.7,
I want to generate 9 positive float numbers that theri sum is 0.7.

Risposta accettata

Image Analyst
Image Analyst il 16 Feb 2020
Modificato: Image Analyst il 16 Feb 2020
See this File Exchange submission:

Più risposte (1)

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

Categorie

Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by