필터 지우기
필터 지우기

Sum function with letters

조회 수: 4 (최근 30일)
Matrix-Matlab
Matrix-Matlab 2017년 4월 23일
답변: Stephen23 2017년 4월 23일
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.

답변 (1개)

Stephen23
Stephen23 2017년 4월 23일
Where C is a cell array of strings:
nnz(strcmp(C,'AIR 6'))

카테고리

Help CenterFile Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by