主要内容

FindDesign

Find test plan design by name

Description

DObj = FindDesign(TPObj,Name) finds a design with the matching name, Name, from the test plan, TPObj.

DObj = FindDesign(TPObj,Level,Name) finds a design with a matching name from the specified test plan level, Level.

Input Arguments

collapse all

Test plan, specified as a project object.

Test plan object name, specified as a mbcmodel.testplan object.

Example: 'holliday_data.mat'

Data Types: char | string

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

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

Version History

Introduced in R2008a