主要内容

UpdateResponse

Replace model in response

    Description

    UpdateResponse(model) updates the model in the response associated with the model.

    example

    M = UpdateResponse(model,R) updates the response specified by R.

    Examples

    collapse all

    Update response associated with knot model.

    UpdateResponse(knot);

    Input Arguments

    collapse all

    Model object, specified as mbcmodel.linearmodel or mbcmodel.model objects.

    Response object.

    Output Arguments

    collapse all

    Updated response model object, returned as mbcmodel.linearmodel or mbcmodel.model objects.

    More About

    collapse all

    Version History

    Introduced before R2006a