Count

Counts the number elements in a specified vector that match a specified criteria.

現在この提出コンテンツをフォロー中です。

Count(A,B)

COUNT (A,B)

Counts the number of elements in A that match the criteria specified in B.

Example:

Data = [1 2 3 4 3 2 7 6 9 1 1 2 5 9 9];

Count(Data,'==9')

ans =

3

引用

Richard Medlock (2026). Count (https://jp.mathworks.com/matlabcentral/fileexchange/3327-count), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersTest Scripts についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0