Find the number of times a number is in an array.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Is there a specific 'find' function wherein i can check how many times a string/number is in an array?
0 commentaires
Réponses (2)
Image Analyst
le 30 Sep 2012
You can use the ismember(), hist(), or histc() functions.
0 commentaires
Voir également
Catégories
En savoir plus sur Numeric Types dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!