メインコンテンツ

UpdateDesign

Update design in test plan

Description

DObjMod = UpdateDesign(TPObj,DObj) updates the design, DObj, in the test plan, TPObj.

DObjMod = UpdateDesign(TPObj,Level,DObj) updates the design at the specified level, Level.

You must call UpdateDesign to replace an edited design in the test plan.

Input Arguments

collapse all

Test plan, specified as a project object.

Design objects in test plan, specified as a n-by-1 array, where n is the number of designs.

Test plan level, specified as a scalar. By default, the level is the outer level: 1 for one-stage designs and 2 (global) for two-stage designs.

Output Arguments

collapse all

Modified design objects in test plan, returned as a n-by-1 array of mbcdoe.design design objects, where n is the number of designs.

Version History

Introduced in R2008a