Hello how to normalize the plot in this AAD because its value is relatively high compare to FAR and MAR

3 次查看(过去 30 天)
here is my code please feel free leave some comments thank you so much AAD=Td
h1=(0:1:5);
y1 = pdf('Normal',h1,mu1,sigma1);
plot(h1,y1)
hold on
mu2=5;
sigma2=1;
y2 = pdf('Normal',h1,mu2,sigma2);
plot(h1,y2)
hold on
p1=1-p2
p2=0.1587
n=0:1:5;
Td=h1.*((1-p1.^n-p2.*p1.^n)./(p2.*p1.^n))
plot(Td)
hold off

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Particle Swarm 的更多信息

标签

产品


版本

R2016a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by