problem in generating Halton Sequence
2 views (last 30 days)
Show older comments
Hi, How to i use Halton to generate n numbers.
Thanks, Sita
0 Comments
Accepted Answer
Walter Roberson
on 26 Apr 2013
3 Comments
Walter Roberson
on 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.
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!