xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡(jiǎn)介

Matlab實(shí)現(xiàn)高斯隨即過(guò)程,可變換數(shù)據(jù)

資源截圖

代碼片段和文件信息

load?gauss1.txt;
load?gauss2.txt;
load?gauss3.txt;
y1=gauss1;
y2=gauss2;
y3=gauss3;
x=-8:0.1:8;
figure(1);
subplot(311);
hist(y1x);%統(tǒng)計(jì)直方圖;
hold?on;
plot(x1000*normpdf(x01)?);%正態(tài)分布概率密度函數(shù)曲線
title(‘N(01)‘);
xlabel(‘x‘);ylabel(‘PDF‘);
legend(‘仿真結(jié)果‘‘理論結(jié)果‘);
hold?off

subplot(312);

評(píng)論

共有 條評(píng)論