countStrings

This is a very simple function, that counts (repeating) strings within a cell array and returns unique strings with corresponding number.
2 téléchargements
Mise à jour 27 juil. 2020

Afficher la licence

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

Citation pour cette source

Eva-Maria Weiss (2026). countStrings (https://fr.mathworks.com/matlabcentral/fileexchange/78640-countstrings), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2017b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Tags Ajouter des tags
Version Publié le Notes de version
1.0.1

fix assigning bug

1.0.0