problem in generating Halton Sequence
2 次查看(过去 30 天)
显示 更早的评论
Hi, How to i use Halton to generate n numbers.
Thanks, Sita
0 个评论
采纳的回答
Walter Roberson
2013-4-26
3 个评论
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.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!