MODE

バージョン 1.0.0.0 (386 Bytes) 作成者: Mukhtar Ullah
Computes mode of statistical data.
ダウンロード: 2.6K
更新 2005/6/3

ライセンスがありません

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]

引用

Mukhtar Ullah (2024). MODE (https://www.mathworks.com/matlabcentral/fileexchange/5826-mode), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersMatrices and Arrays についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Extended to support charcter arrays or cell arrays of strings.