Main Content

SetupDialog

Open fit algorithm setup dialog box

    Description

    [Opt,Ok] = SetupDialog(F) opens the fit algorithm setup dialog box so that you can edit the algorithm parameters for mbcmodel.fitalgorithm object F.

    Input Arguments

    collapse all

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

    Output Arguments

    collapse all

    Fit algorithm options, specified as a character vector.

    Data Types: double | logical

    Saved status, specified as 0 (false) or 1 (true).

    If you click Cancel to close the dialog box, Ok = false and no changes are made. If you click OK to close the dialog box, then Ok = true and the updated fit algorithm options are saved.

    Data Types: double | logical

    Version History

    Introduced in R2007a