I want to know what is the python equivalent of the matlab function corr2 that ... def mean2(x): y = np.sum(x) / np.size(x); return y def corr2(a,b): a = a ...
確定! 回上一頁