主要内容

StatisticsDialog

Open summary statistics dialog box

    Description

    [model_out,OK]= StatisticsDialog(model_in) opens the Summary Statistics dialog box, where you can select the summary statistics you want to use.

    Input Arguments

    collapse all

    Input model whose statistics are being used, specified as a mbcmodel.model object.

    Changes to make in the dialog box, specified as either false or true.

    • If you click Cancel to close the dialog box, this item is set toOK = false and no changes are made.

    • If you click OK to close the dialog box, this item is set to OK = true and your new chosen summary statistics are set up.

    Output Arguments

    collapse all

    Out model whose statistics are being updated, returned as a mbcmodel.model object.

    Version History

    Introduced in R2007a