Count
Version 1.0.0.0 (359 Bytes) von
Richard Medlock
Counts the number elements in a specified vector that match a specified criteria.
7K Downloads
Aktualisiert
28. Apr 2003
Keine Lizenz
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
Zitieren als
Richard Medlock (2024). Count (https://www.mathworks.com/matlabcentral/fileexchange/3327-count), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R13
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Mehr zu Test Scripts 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 |