主要内容

DoubleInputData

Data being used as input to model

    Description

    X = DoubleInputData(R, TestNumber) returns input data used for fitting the model R. You can optionally specify a test number with TestNumber.

    Input Arguments

    collapse all

    Response, specified as an mbcmodel.response, mbcmodel.hierarchicalresponse, or mbcmodel.localresponse object.

    Test number, specified as a real positive integer. This argument is optional.

    Output Arguments

    collapse all

    Input data used for fitting the model, returned as a double array.

    Version History

    Introduced in R2006a