主要内容

Add

Add new response feature to response feature set

    Description

    RF = Add(RF,RFtype) adds new response feature to a response feature set

    RF = Add(RF,RFtype,EvaluationPoint) adds new response feature to a response feature set requiring model inputs.

    Input Arguments

    collapse all

    Response feature, specified as an mbcmodel.responsefeatures object.

    Alternative response feature types, specified as a character vector of mbcmodel.responsefeatures objects.

    Data Types: char | string

    Response feature model inputs, specified as a row vector. Used for response features that require an input value to evaluate the response feature, for example function evaluation and derivatives. Specifying an evaluation point for a response feature type that does not require an evaluation point results in an error.

    Output Arguments

    collapse all

    Response feature, specified as an mbcmodel.responsefeatures object.

    Version History

    Introduced in R2006a