MATLAB Functions | Help Desk |
pareto
Draw Pareto chartpareto(Y) pareto(Y,names) pareto(Y,X) H = pareto(...)Parento charts display the values in the vector
Y
as bars drawn in descending order.
pareto(Y)
labels each bar with its element index in Y
.
pareto(Y,names)
labels each bar with the associated name in the string matrix or cell array names
.
pareto(Y,X)
labels each bar with the associated value from X
.
H = pareto(...)
returns a combination of Patch and Line object handles.
hist
, bar