|
|
|
| R2012a Documentation → Model-Based Calibration Toolbox | |
Learn more about Model-Based Calibration Toolbox |
|
| Contents | Index |
Best = BoundaryModel (T)
Best = BoundaryModel (T, Type)
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.
Note Before Release 2009b, BoundaryModel returned an mbcdoe.designconstraint object. Use designconstraint to convert a boundary to a design constraint. |
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:
'all': Best boundary model for all inputs (default)
'local' : Best local boundary model
'global' : Best global boundary model
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.

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 |