tabulate - Frequency table

Syntax

TABLE = tabulate(x)
tabulate(x)

Description

TABLE = tabulate(x) creates a frequency table of data in vector x. Information in TABLE is arranged as follows:

If x is a numeric array, TABLE is a numeric matrix. If the elements of x are non-negative integers, TABLE includes 0 counts for integers between 1 and max(x) that do not appear in x.

If x is a categorical variable, character array, or cell array of strings, TABLE is a cell array.

tabulate(x) with no output arguments displays the table in the command window.

Example

tabulate([1 2 4 4 3 4])
  Value  Count  Percent
  1      1      16.67%
  2      1      16.67%
  3      1      16.67%
  4      3      50.00%

See Also

pareto

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS