std

matlab实例
std(new_x)
python实例
np.std(new_x, ddof=1, axis=1)
备注
转python说明
numpy要加参数ddof=1,结果才能和matlab一致,同样要注意加axis