ConstrainedGenerate
Generate constrained space-filling design of specified size
Syntax
Description
generates a space-filling design with the number of constrained points specified by
DoeObjMod = ConstrainedGenerate(DoeObj,NumPoints)NumPoints.
Use ConstrainedGenerate for only space-filling designs. It may not be
possible to achieve a specified number of points, depending on the generator settings and
constraints.
ConstrainedGenerate calls Generate and uses this formula to update
UnconstrainedSize.
UnconstrainedSize = ceil(UnconstrainedSize * NumPoints/D.NumberOfPoints);
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2008a