主要内容

ModelForTest

Model for specified test

    Description

    model = ModelForTest(L, TestNum) gets the model for the specified test number TestNum.

    Input Arguments

    collapse all

    Local response, specified as an mbcmodel.localresponse object.

    Test number, specified as a real positive integer in the range [1, lr.NumTests].

    Output Arguments

    collapse all

    Model for specified test, returned as an mbcmodel.localmodel object.

    Note

    You can use this model to calculate PredictedValue for the operating point at TestNum.

    Version History

    Introduced in R2007b