Add
Add boundary model to tree and fit to test plan data
Description
adds the boundary model to the tree and fits the boundary model to the test plan data. 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. BObjMod = Add(Tree,B)
adds and fits the boundary model, and BObjMod = Add(Tree,B,InBest)InBest specifies whether to include
the boundary model in the best boundary model for the boundary tree. By default, the best
model includes the new boundary model.
Input Arguments
Output Arguments
Version History
Introduced in R2009b