正态分布及常用分布的matlab编程实现

function bimodal %正态分布x=1:50;y=normpdf(x,25,5);plot(x,y)function bimodal %双峰分布x=1:50;y=normpdf

腾讯文库正态分布及常用分布的matlab编程实现