CreateConstraint
Create design constraint
Description
creates a constraint with properties specified by the name-value pairs.DoeObjMod = CreateConstraint(DoeObj,'Name1','Value1',…)
By default, CreateConstraint creates a 1D table constraint for
designs with two or more inputs. For a design with one input,
CreateConstraint creates a linear constraint by default. You can
specify the constraint type using the Type property.
CreateConstraint does not add the constraint to the design. To add a
constraint to the design, use AddConstraint.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2008a
See Also
mbcdoe.design | AddConstraint | LoadProject | mbcmodel.LoadProject