Effacer les filtres
Effacer les filtres

Sum function with letters

4 vues (au cours des 30 derniers jours)
Matrix-Matlab
Matrix-Matlab le 23 Avr 2017
Hello,
I have a dataset of 1000x3 in which I have names and numbers. It has been imported from excel using xlsread.
The issue I have is with counting the number of observations I have with a word. I.E AIR 6 - how many times does that occur?
Im trying to use sum function and if statement, but I am not able to get anything useful.
Please, someone help me.

Réponses (1)

Stephen23
Stephen23 le 23 Avr 2017
Where C is a cell array of strings:
nnz(strcmp(C,'AIR 6'))

Catégories

En savoir plus sur Data Import from MATLAB 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!

Translated by