Ahmed Alshehhi
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
27.170
of 295.689
REPUTACIÓN
1
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
28.57%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.266
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.317
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 don't get the answer that i want?
went I select number from between 1 to 10 I should get the result = normal and Acc =100 but wwhen I run it I get result = normal...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
I find this error Index exceeds matrix dimensions can anyone help me to solve it?
load project2trial.txt %data stored as column -> 7 columns with size 30x7 N = length(project2trial); % Gives number of ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
save data from all loop iterations
for I=1:10 //calculation for j=1:10 //calculation end end I want to save all the data because the saving method that I us...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
segmentation og ECG signal
I have ECG signal(rri) and I want to do segmentation for it 10 times and save the result. I feel confuse about how my code will...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
defined string as input for function
I have function which use load file that have some string inside it which I used it as input to my function so, I defined the lo...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Get string from popupmenu
I want to get string from popupmenu and use it as string in another function
más de 6 años hace | 1 respuesta | 1
1
respuestaPregunta
How to ask the user to check avalue from a loop
I have this loop For i= 1:30 s=a*x(i); if s>=0 cc(i)=1; else cc(i)=0; end end I want the user to s...
más de 6 años hace | 1 respuesta | 0