Update - Update boundary model in tree and fit to test plan data
Syntax
B = Update(Tree,Index,B)
B = Update(Tree,Index,B,InBest)
Description
This is a method of mbcboundary.Tree.
B = Update(Tree,Index,B) updates the boundary
model B in the boundary tree Tree,
and fits the boundary model to the test plan data. Tree is
an mbcboundary.Tree object, Index is
the index to boundary model in the tree, and B is
a boundary model object. The boundary model must have the same inputs
as the boundary tree. The boundary model is always fitted when you
add it to the boundary tree. This fitting ensures that the fitting
data is compatible with the test plan data. The method returns the
fitted boundary model.
B = Update(Tree,Index,B,InBest) updates
the boundary model in the tree and InBest specifies
whether to include the boundary model in the best boundary model for
the boundary tree. By default, the boundary model retains its previous InBest status
after calling Update.
See Also
Add, Remove, CreateBoundary
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit