mean

matlab实例
mean(x')
python实例
np.mean(x.conj().T, axis=0)
备注
转python说明
numpy对2维向量计算均值要加axis,matlab默认按列计算