> 其他 >
怎么用matlab 画 函数 x(t)=sin(20*pi*t)的概率密度函数
人气:400 ℃ 时间:2020-01-27 17:32:02
解答
clc
t=[0:0.000001:0.1];
x=sin(20*pi*t);
k=linspace(-1,1,100);
M=hist(x,100);
M=M/length(t);
plot(k,M)
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版