Contenuto principale

mbcboundary.Tree

Root boundary tree class

    Description

    The mbcboundary.Tree class is a subclass of the mbcboundary.AbstractBoundary class. The mbcboundary.AbstractBoundary class is the base class for all boundary model classes in the Model-Based Calibration Toolbox™.

    Creation

    The mbcboundary.Tree class is a container for all the boundary models you create. You access the boundary tree from the Boundary property of mbcmodel.testplan. The root of the boundary tree for one-stage test plans contains boundary trees specified as mbcboundary.Tree objects for local, global, and response boundary models in the Local, Global, and Response properties, respectively.

    Properties

    expand all

    This property is read-only.

    Combined best boundary models, specified as an object. BestModel is the boundary model combining the best local, global, and response boundary models. You can select which boundary models to include in the best model with InBest. If the best boundary model includes more than one boundary model, that boundary model is an mbcboundary.Boolean object.

    This property is read-only.

    Data objects to be returned to mbcboundary.Tree, specified as an array.

    For the boundary tree object T, this code returns a 1-by-1 array if the boundary tree has a data object attached. Otherwise, the code returns a 0-by-1 array.

    allD = T.Data;

    Data Types: char | string

    Boundary models selected as best, specified as an array. You can combine local, global, and response boundary models into a single boundary model for the test plan. The logical array specifies whether to include, in order, the best local, global, and response boundary models, in the best boundary model for the test plan. The BestModel property gives the best boundary model for the test plan.

    Data Types: logical

    This property is read-only.

    Boundary models, specified as a cell array.

    Data Types: string | char

    This property is read-only.

    Test plan containing boundary tree, specified as a character vector. You can combine local, global, and response boundary models into a single boundary model for the test plan. The logical array specifies whether to include, in order, the best local, global, and response boundary models, in the best boundary model for the test plan. The BestModel property gives the best boundary model for the test plan.

    Data Types: string | char

    Object Functions

    AddAdd boundary model to tree and fit to test plan data
    RemoveRemove test plan, model, or boundary model
    UpdateUpdate boundary model in tree and fit to test plan data

    More About

    expand all

    Version History

    Introduced in R2009b