Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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
Cita come
Richard Medlock (2026). Count (https://it.mathworks.com/matlabcentral/fileexchange/3327-count), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.0.0.0 (359 Byte)
-
Nessuna licenza
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0.0 |
