假定要分析的矩阵为data,x=data(:)x=sort(x);d=diff([x;max(x)+1]);count = diff(find([1;d])) ;y =[x(find(d)) count]最后输出的y(1)为元素值,y(2)为所对应的元素值在此矩阵中的出现的次数