problem in generating Halton Sequence

2 Ansichten (letzte 30 Tage)
sita
sita am 26 Apr. 2013
Hi, How to i use Halton to generate n numbers.
Thanks, Sita

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 26 Apr. 2013
Use "net" for that, as shown in the example at http://www.mathworks.com/help/stats/haltonset.html
  3 Kommentare
Walter Roberson
Walter Roberson am 26 Apr. 2013
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 am 26 Apr. 2013
ok,Thanks for your quick response.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by