主要内容

Update

Update boundary model in tree and fit to test plan data

Description

BObjMod = Update(Tree,Index,B) updates the boundary model 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.

BObjMod = 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.

Input Arguments

collapse all

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

Index of boundary model in the tree to update, specified as a real positive integer.

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