Reverse calculation for weighted average
古いコメントを表示
I need to generate an array of five elements, e.g., [a,b,c,d,e]. The weightage of each of the elements are known, e.g., [5,4,3,2,1]. The weighted average value of that array is known, say 3.09. Also, it is said that the sum of the array elements is 100, i.e., a +b+ c+ d+ e =100.
Is there any way to find out possible values of the array elements a, b, c, d, e ?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!