Borrar filtros
Borrar filtros

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

3 visualizaciones (últimos 30 días)
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

Respuestas (0)

Categorías

Más información sobre Particle Swarm en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by