原始数据B、C列含有“,”,需要先行处理。
将数据粘贴到matlab目录下新建的pingjun.txt文档中。代码如下:
load pingjun.txt;
A=pingjun;
for i=1:12
for j=2:3
mean_l(i,j)=mean(A(find(A(:,1)==i),j));
end
end
mean函数,excel的话,直接用excel里面的=MEAN()公式。