FREQTABLE

Frequency table.
3.3K Downloads
Updated 7 Jun 2005

No License

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 (2024). FREQTABLE (https://www.mathworks.com/matlabcentral/fileexchange/6631-freqtable), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Tables in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

Fixed a serious bug! Now ignores NANs.