Unique Rows for a cell array
Version 1.1.0.0 (2,98 ko) par
Jim Hokanson
Find unique rows of a cell array containing columns with strings or scalars, or N-D matrices
unique(cA,'rows') does not work for cell arrays, the rows entry is ignored (at least as of 2009b). This function handles this case. It works for strings or scalars or both, but each column must contain only one or the other.
Citation pour cette source
Jim Hokanson (2026). Unique Rows for a cell array (https://fr.mathworks.com/matlabcentral/fileexchange/25917-unique-rows-for-a-cell-array), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2009b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur Operators and Elementary Operations dans Help Center et MATLAB Answers
Tags
Remerciements
A inspiré : uniqueCells
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.1.0.0 | Increased speed. Put in support for matrices. Put in options for the usual additional outputs for a "unique" function in Matlab. |
||
| 1.0.0.0 |
