Main Content
net
Generate quasirandom point set
Syntax
Description
returns the first X
= net(p
,n
)n
points from the point set p
,
which is either a haltonset
or sobolset
object. X
is an
n
-by-d matrix, where d is the
number of dimensions of the points in p
.
The object p
encapsulates properties of a specified quasirandom
sequence. Values of the point set are generated whenever you access p
using net
or parenthesis indexing. Values are not stored within
p
.
Examples
Input Arguments
Version History
Introduced in R2008a
See Also
qrandstream
| haltonset
| sobolset
| scramble
| reduceDimensions