可以使用 hist 函数:

A = [1 2 8 8 1 8 2 1 8 2 1];
count = hist(A,unique(A))

count的结果与unique(A)对应。

MATLAB 统计元素出现的次数-LMLPHP

05-08 08:17