主要内容

AliasMatrix

Alias matrix for linear model parameters

    Description

    A = AliasMatrix(model>) calculates the alias matrix for the linear model parameters (where model> is a linear model).

    example

    Examples

    collapse all

    Calculate alias matrix of knot model using this syntax.

    A = AliasMatrix(knot_model)

    Input Arguments

    collapse all

    Linear model, specified as a mbcmodel.linearmodel object.

    Output Arguments

    collapse all

    Alias matrix of the linear model model>.

    Version History

    Introduced in R2007a