FREQTABLE

Frequency table.

You are now following this Submission

FREQTABLE Frequency table.
[Y,N] = FREQTABLE(X) takes a vector X and returns the unique values of
X in theoutput Y, and the number of instances of each value in the
output N. X can be a charachter array or cell array of strings.

Cite As

Mukhtar Ullah (2026). FREQTABLE (https://se.mathworks.com/matlabcentral/fileexchange/6631-freqtable), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

Fixed a serious bug! Now ignores NANs.