主要内容

Add

Add boundary model to tree and fit to test plan data

Description

BObjMod = Add(Tree,B) 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,InBest) adds and fits the boundary model, and 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

collapse all

Boundary model objects, specified as a n-by-1 array, where n is the number of boundary models.

Boundary tree objects, specified as a n-by-1 array, where n is the number of boundary trees.

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.

Output Arguments

collapse all

Modified boundary model objects, specified as a n-by-1 array, where n is the number of boundary models.

Version History

Introduced in R2009b