使用find函数就可以找到了,比如find(a==12)
最简单的办法:>> clear>> A=[11 12 12 13 13 13 13 14 14 21 22 23 31 31 31 32];>> Number=length(find(A == 13))Number = 4
hist即可