主要内容

mbcmodel.responsefeatures

Properties and methods for model response feature objects

    Description

    Use these properties and methods to create and examine model response feature objects.

    Creation

    Description

    MRObj = ModelObj.ResponseFeatures creates an mbcmodel.responsefeatures object for the local models mbcmodel.localmodel.

    Properties

    expand all

    This property is read-only.

    Number of response features in set, returned as a vector.

    This property is read-only.

    Response feature set types, returned as a cell array. This property is set up when the response feature is created.

    Data Types: char | string

    This property is read-only.

    Fitted model evaluation points, returned as a cell array. An element of EvaluationPoints is empty if the response feature does not use an evaluation point. This property is set up when the response feature is created.

    This property is read-only.

    Boolean signaling indicating whether response feature is fitted, specified as either true (1) or false (0).

    Data Types: logical

    Object Functions

    AddAdd new response feature to response feature set
    CorrelationResponse features correlation
    CovarianceResponse features covariance
    EvaluateEvaluate response features
    JacobianResponse feature Jacobian matrix
    ReconstructSetsReconstruct set of response features
    RemoveRemove response feature
    SelectSelect response feature
    getAlternativeTypesGet alternative response feature types
    GetDefaultsDefault response features

    Version History

    Introduced in R2006a