problem in generating Halton Sequence
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi, How to i use Halton to generate n numbers.
Thanks, Sita
0 Commenti
Risposta accettata
Walter Roberson
il 26 Apr 2013
3 Commenti
Walter Roberson
il 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.
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!