2,6K téléchargements
Mise à jour
3 juin 2005
Aucune licence
MODE statistical mode of an array
MODE(X) returns the most frequent element(s) of array X. X can be charracter array or cell array of strings.
Example: mode([3 9 4 2 3 2]) returns [2;3]
Citation pour cette source
Mukhtar Ullah (2026). MODE (https://fr.mathworks.com/matlabcentral/fileexchange/5826-mode), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R14
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur Matrices and Arrays dans Help Center et MATLAB Answers
Tags
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.0.0.0 | Extended to support charcter arrays or cell arrays of strings. |
