主要内容

SummaryStatisticsForTest

Statistics for specified test

    Description

    SS = SummaryStatisticsForTest(LocalResponse, TestNumber) returns a structure array containing Statistics and Names fields values for the LocalResponse for the test TestNumber.

    SS = SummaryStatisticsForTest(LocalResponse, TestNumber, Names) returns an array of the statistics specified by Names.

    Input Arguments

    collapse all

    Local response object, specified as an mbcmodel.localresponse object.

    Test number, specified as a real positive integer.

    Names of statistics, specified as a character array or a cell array of character vectors.

    Output Arguments

    collapse all

    Summary statistics for test, specified as either a structure array containing Statistics and names fields or an array of statistics specified by Names.

    Version History

    Introduced in R2007a