problem in generating Halton Sequence

2 ビュー (過去 30 日間)
sita
sita 2013 年 4 月 26 日
Hi, How to i use Halton to generate n numbers.
Thanks, Sita

採用された回答

Walter Roberson
Walter Roberson 2013 年 4 月 26 日
Use "net" for that, as shown in the example at http://www.mathworks.com/help/stats/haltonset.html
  3 件のコメント
Walter Roberson
Walter Roberson 2013 年 4 月 26 日
No. The page says "Values of the point set are not generated and stored in memory until you access p using net or parenthesis indexing."
So net(p,100) would generate only as much as was needed to provide you with 100 points.
sita
sita 2013 年 4 月 26 日
ok,Thanks for your quick response.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDesign of Experiments (DOE) についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by