I am trying to write a script that generates a list of 100 integers selected randomly from the set {-20,-10,0,10,20,30}

回答 (3 件)

S = [-20,-10,0,10,20,30];
Now generate a random number between 1 and length(S) and index S with it.

カテゴリ

ヘルプ センター および File ExchangeRandom Number Generation についてさらに検索

質問済み:

2013 年 10 月 1 日

回答済み:

2013 年 10 月 1 日

Community Treasure Hunt

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

Start Hunting!

Translated by