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!