主要内容

mbcmodel.localresponse

Properties and methods for hierarchical response objects

    Description

    Use these properties and object functions to create, modify, and examine local response objects.

    Creation

    Create an mbcmodel.localresponse object from a test plan using CreateResponse.

    Note

    See How the Model Tree Relates to Command-Line Objects for more information on the hierarchy created by createResponse.

    Properties

    expand all

    Local response name, specified as a character vector.

    Data Types: char | string

    This property is read-only.

    Link to MBC model project, specified as an mbcmodel.project object.

    Model to create response, specified as an mbcmodel.localmodel object.

    This property is read-only.

    Name of signal or response feature being modeled, specified as a character vector.

    This property is read-only.

    Level of response in test plan, specified as a real positive integer.

    Note

    For hierarchical models, Level is usually specified as 0.

    For local models, Level is usually specified as 1.

    For global models of two-stage models, Level is usually specified as 2.

    This property is read-only.

    Names of signals in data that are being modeled, specified as a string vector.

    This property is read-only.

    Total number of tests used in model, specified as a real positive integer.

    Array of responses, specified as an mbcmodel.response object, for each of the response features or global models.

    Object Functions

    AlternativeModelStatisticsSummary statistics for alternative models
    CreateAlternativeModelsCreate alternative models from model template
    CreateResponseFeatureCreate new response feature for local model
    DiagnosticStatisticsDiagnostic statistics for responses and local responses
    DoubleInputDataData being used as input to model
    DoubleResponseDataData being used as output to model for fitting
    ExportMake command-line or Simulink export model
    MakeHierarchicalResponseBuild two-stage model from response feature models
    ModelForTestModel for specified test
    OutlierIndicesIndices of input data for response marked as outliers
    OutlierIndicesForTestIndices marked as outliers for test
    pevPredicted error variance of model at specified inputs
    PEVForTestLocal model predicted error variance for test
    PredictedValuePredicted value of model at specified inputs
    PredictedValueForTestPredicted values for test
    RemoveRemove project model
    RemoveOutliersRemove outliers in input data by index or rule, and refit models
    RemoveOutliersForTestRemove outliers on test by index or rule and refit models
    RestoreDataRestore removed outliers
    RestoreDataForTestRestore removed outliers for test
    SummaryStatisticsSummary statistics for response
    SummaryStatisticsForTestStatistics for specified test
    UpdateResponseFeaturesRefit response feature models

    Version History

    Introduced in R2006a