Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
numberOfStrings = countStrings(string_ori,varargin)
The function selects the unique string entries (n) from a cell array with m string entries and counts their number/replicates.
It returns a cell array with the name of the unique string entries in the first column and the number of corresponding replicates in the second column.
numberOfStrings = countStrings(string_ori,sort)
Optionally the output can be sorted according to number. sort = 1: returns sorted output variable
Citar como
Eva-Maria Weiss (2026). countStrings (https://es.mathworks.com/matlabcentral/fileexchange/78640-countstrings), MATLAB Central File Exchange. Recuperado .
Información general
- Versión 1.0.1 (1,26 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
