problem in generating Halton Sequence

 Réponse acceptée

Walter Roberson
Walter Roberson le 26 Avr 2013

0 votes

Use "net" for that, as shown in the example at http://www.mathworks.com/help/stats/haltonset.html

3 commentaires

sita
sita le 26 Avr 2013
Modifié(e) : sita le 26 Avr 2013
net helps taking values from set of generated values p = haltonset(1)it generates 2^53 values and net is to take values from that.I understood like this way.
Instead of generating 2^53.I would like to generate 100 points
Walter Roberson
Walter Roberson le 26 Avr 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 le 26 Avr 2013
ok,Thanks for your quick response.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by