problem in generating Halton Sequence

1 visualización (últimos 30 días)
sita
sita el 26 de Abr. de 2013
Hi, How to i use Halton to generate n numbers.
Thanks, Sita

Respuesta aceptada

Walter Roberson
Walter Roberson el 26 de Abr. de 2013
Use "net" for that, as shown in the example at http://www.mathworks.com/help/stats/haltonset.html
  3 comentarios
Walter Roberson
Walter Roberson el 26 de Abr. de 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 el 26 de Abr. de 2013
ok,Thanks for your quick response.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by