Skip to content

quartile_exc

Quartile of a data set (exclusive).

v = quartile_exc(array, quart)

Like quartile_inc but uses the exclusive method. quart must be 1, 2, or 3.

quartile_exc([1 2 3 4 5 6 7 8 9], 1)