发布网友
共1个回答
热心网友
clc
clear
A=[ 1 1 1 2 1 1 2 1 1 1 1 1 1 1 1 3 1 1 4 ];
N=tabulate(A);
[max_N,I]=max(N(:,2));
most_A=N(I,1)