2,6K Downloads
Aktualisiert
3. Jun 2005
Keine Lizenz
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]
Zitieren als
Mukhtar Ullah (2024). MODE (https://www.mathworks.com/matlabcentral/fileexchange/5826-mode), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R14
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Mehr zu Matrices and Arrays finden Sie in Help Center und MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0.0 | Extended to support charcter arrays or cell arrays of strings. |