CreateDesign
Create design object for test plan or model
Syntax
Description
creates a design for the test plan, where D = CreateDesign(Testplan)Testplan is an
mbcmodel.testplan object.
creates a design based on the inputs of the D = CreateDesign(Model)mbcmodel.model object
Model.
creates a design based on the inputs of the D = CreateDesign(Model,Name1,Value1,...)mbcmodel.model object, with
the specified name-value pairs.
creates a design based on the inputs of the D = CreateDesign(Inputs)mbcmodel.modelinput object
Inputs.
creates a design based on the inputs of the D = CreateDesign(Inputs,Name1,Value1,...)mbcmodel.modelinput object,
with the specified name-value pairs.
creates a copy of an existing design, D = CreateDesign(Design)Design.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
More About
Version History
Introduced in R2008a
See Also
Generate | mbcmodel.modelinput | mbcdoe.design | mbcmodel.testplan | mbcmodel.model