boxparams
Calculate boxplot parameters.
Contents
Syntax
[params, outside_values] = boxparams(x)
Description
Calculate boxplot parameters for data vector x params = [lowerAdjacentValue lowerQuartile med upperQuartile upperAdjacentValue]; The output is used by boxplotter
See also
boxplotter