如何在matlab中得到正态分布图

如题所述

x = 0:0.1:10;
y = gaussmf(x,[2 5]);   %5是均值,2是标准差
plot(x,y)
xlabel('gaussmf, P=[2 5]')

 

温馨提示:答案为网友推荐,仅供参考
相似回答
大家正在搜