![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16630359_1571629928788_DEF.jpg)
Ted Erdenekhuyag
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
156.654
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
10.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
I need to reproduce the paper result
when i apply m=4 delay timer consecutive samples less than 4 should be eliminated how to do that on matlab x(t) is actually rand...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Hello all please help me to plot this function
number=0; m=4 for t=1:50 x(i,1)=rand(1,1)<=0.5 if symsum(x(i,1),i,t-m+1,t)=m&&x(t-1)=0 x(t,1)= 1 el...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Hello how to normalize the plot in this AAD because its value is relatively high compare to FAR and MAR
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); ...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
Hello, i receive this error, i am attempting to plot Td with sample h
here h is sample and p1, p2 is probability when i try plot Td compaing to sample value it indicates this error message
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Hello guys how can put this equation into matlab FAR is probability i would like to use for loop to find solution when various n=0:1:4 and plot this
q1=0.1587; q2=1-q1; for n=0:1:4; FAR=q1.^n.*(1+q2+q2.^2+q2.^3)/((q1.^n.*(1+q2+q2.^2+q2.^3)+(q2.^n.*(1+q1+q1.^2+q1.^3))))...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Hello guys, i need help for estimating FAR from this formula can review my code please
mu = 3; sd = 1; x= linspace(0,10) y1 = 1/(2*pi*sd)*exp(-(x-mu).^2/(2*sd^2)) plot(x1,y1); hold on mu = 5; sd = 1; x2...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
displaying different length vector by graph
y1=[2 5 7] y2=[1 1 3 4 5 7 8 9] y3=[2 4 4 7 9] y4=[2 4 8] y5=[3] plot(y1, y2, y3, y4, y5) this code is indicating error ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Hello guys i need help
Attempt to find zero-crossing points of the following equation f(x)=x^3-2x^2 sinx+5xcosx+1/x within [0.5, 4] (Using fzero functi...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Hello guys, i want to add threshold on my probability density function that is vertical line on x coordinate, how to do that pls help me
x=[-5:0.1:5]; a=normpdf(x,1,1); z=normpdf(x,3,2); plot(x,a,'b',x,z,'r') legend('normal signal','abnormal signal') ylabe...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Hello guys can u help me to add vertical line on my probability density function, this is my code x=[-5:0.1:5]; a=normpdf(x,1,1); z=normpdf(x,3,2); plot(x,a,'b',x,z,'r') legend('normal signal','abnormal signal') ylabel('probability density function')
más de 5 años hace | 2 respuestas | 0