Skip to Main Content Skip to Search
Product Documentation

BoundaryModel - Get boundary model from test plan

Syntax

Best = BoundaryModel (T)
Best = BoundaryModel (T, Type)

Description

BoundaryModel is a method of mbcmodel.testplan.

Best = BoundaryModel (T) returns the best boundary model for T, the test plan. Best is a boundary model subclass of mbcboundary.AbstractBoundary: mbcboundary.Model, mbcboundary.Boolean, mbcboundary.PointByPoint, or mbcboundary.TwoStage.

Best = BoundaryModel (T, Type) is the best boundary model for the specified type associated with the test plan. Type can be any of the following values:

Examples

To load boundary constraints from another project file and add to design:

otherProject = mbcmodel.LoadProject( [matlabroot,'\toolbox\...
mbc\mbctraining\Gasoline_project.mat']);
boundaryConstraints = otherProject.Testplans(1).Boundary.Global.BestModel
Design.Constraints = boundaryConstraints;

When you add the constraints to the design, the boundary model object converts automatically to an mbcdoe.designconstraint.

See Also

Boundary | CreateBoundary

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS