主要内容

mbcboundary.Boolean

Boolean boundary model class

    Description

    The mbcboundary.Boolean 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™ software.

    Creation

    You can create Boolean boundary models, which are useful as design constraints, in two ways. You can either use logical operators (&,|,~) on other boundary models, or you can include more than one boundary model in the best boundary model for a boundary tree. If you combine boundary models using logical operators, you cannot add the resulting Boolean boundary model to a boundary tree.

    When working in projects, you can combine boundary models by including them in the InBest property. For example, you can use subsets of input factors to build boundary models (see ActiveInputs). You can then combine the subset boundary models for the most accurate boundary. This approach can provide more effective results than including all inputs. If the BestModel property of the boundary tree includes more than one boundary model, then the boundary model is a mbcboundary.Boolean object.

    Properties

    expand all

    This property is read-only.

    Whether boundary is fitted, specified as logical 0 or logical 1.

    B.Fitted indicates whether boundary model B has been fitted. You cannot evaluate the boundary model unless Fitted equals logical 1.

    Data Types: logical

    This property is read-only.

    Boundary model input, specified as an mbcmodel.modelinput object.

    For mbcboundary.Boolean objects, this property returns an mbcmodel.modelinput object. You cannot edit this object when it is attached to a boundary tree. You cannot change the number of inputs after creation.

    This property is read-only.

    Boundary model object name, specified as a character vector. Names of boundary models are read-only and provide a description of the boundary model type and active inputs.

    This property is read-only.

    Number of boundary model object inputs, specified as a real positive scalar.

    Object Functions

    CreateBoundaryCreate boundary model
    EvaluateEvaluate model, boundary model, or design constraint
    designconstraintConvert boundary model to design constraint
    getAlternativeTypesAlternative model or design types

    Version History

    Introduced in R2009b