generating random values with condition

2 ビュー (過去 30 日間)
nada ahmed
nada ahmed 2020 年 1 月 15 日
回答済み: James Tursa 2020 年 1 月 15 日
Hi all
how to generate 12 random values, each number can be in the range from 0.01 to 1 but the summation of each successive 4 numbers must be equal to 1.
  1 件のコメント
Image Analyst
Image Analyst 2020 年 1 月 15 日
This is quirky enough that it sounds very much like homework. And I'm sure that you can't ethically turn in our code as your own, so read this link, and read the documentation on rand(). And realize that you can divide and multiply sets of 4 numbers to get new, scaled numbers.

サインインしてコメントする。

回答 (1 件)

James Tursa
James Tursa 2020 年 1 月 15 日
You could use this FEX submission by Roger Stafford for each 4 number block:

カテゴリ

Help Center および File ExchangeAudio and Video Data についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by