Generate
Generate design points
Syntax
Description
generates the number of points specified by DoeObjMod = Generate(DoeObj,NumPoints)NumPoints using the current
generator settings. You cannot specify the number of points for all design types (e.g.,
Central Composite, Box Behnken). Therefore, NumPoints is not supported
for all design types.
The design Type must have a writable property
'NumberOfPoints' to use this syntax.
Using Generate with constrained space-filling is not guaranteed to
produce a design with the specified number of points. Use ConstrainedGenerate instead.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2008a
See Also
mbcdoe.design | Augment | CreateDesign | ConstrainedGenerate