pyp=histogram(y,bins); py=pyp.Values/length; hy=-sum(py.*log(py+1e-8));matlab绘制2d的直方图pxyp=histogram2(x,y,bins);pxy=pxyp.Values/length ...
確定! 回上一頁