Update
Update boundary model in tree and fit to test plan data
Description
updates the boundary model BObjMod = Update(Tree,Index,B)B in the boundary tree
Tree, and fits the boundary model to the test plan data.
Index is the index to boundary model in the tree. 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.
updates the boundary model in the tree and BObjMod = Update(Tree,Index,B,InBest)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.
Input Arguments
Output Arguments
Version History
Introduced in R2009b