主要内容

IsAlternative

Alternative fit algorithm status

    Description

    Ok = IsAlternative(F1,F2) determines whether F2 is an alternative mbcmodel.fitalgorithm for F1.

    Input Arguments

    collapse all

    Fit algorithm one, specified as a mbcmodel.fitalgorithm object.

    Fit algorithm two, specified as a mbcmodel.fitalgorithm object.

    Output Arguments

    collapse all

    Alternative fit algorithm status, specified as 0 (false) or 1 (true).

    Data Types: double | logical

    Version History

    Introduced in R2007a