![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11422312_1531931422112_DEF.jpg)
Ahsen Feyza Dogan
Followers: 0 Following: 0
Estadística
12 Preguntas
4 Respuestas
CLASIFICACIÓN
28.865
of 297.016
REPUTACIÓN
1
CONTRIBUCIONES
12 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
1
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
fft of eeg signal
Hi, When i fft of an eeg signal i got a output show in below. What is the reason behid that? Mo original signal second one. The...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
i cannot copy figure
Hi, I need to copy my matlab figure to my report however i am not allowed to click on copy and resolution is disturbed when I sa...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
support vector machine, function
Hi, I am trying to write a model for support vector machine but I don't want to use any funtion like predict, fitcsvm. Can you ...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
image processing, k nearest neighbor
Hi, I am trying to make image classification with knn but I stuck in how can I compare selected paint and neighbor pixel value. ...
más de 5 años hace | 2 respuestas | 0
2
respuestasfor loop, assign variable
Since it is distance, there is no x and y coordinate. There shoud be 278784 elemnt from 528*528
más de 5 años hace | 0
Pregunta
for loop, assign variable
Hi, I am trying to assign distance between each pixel and picked point on mri to variable ed in for loop. However all elements a...
más de 5 años hace | 3 respuestas | 0
3
respuestassimulate k nearest neighbourhood
I dont understand what does for loop do?
más de 5 años hace | 0
Pregunta
simulate k nearest neighbourhood
Hi, I want to simulate knn. When I add a new point on graph where other data points are on, it can predict class of it, but I d...
más de 5 años hace | 2 respuestas | 0
2
respuestasimshow map image segmentation
Thank you I want to show like this image. https://www.mathworks.com/help/examples/images/win64/MRISliceExample_02.png
más de 5 años hace | 0
Pregunta
imshow map image segmentation
Hi, I wrote a code but it does not show with scale I dont understand the reason. Thank you I=imread('mri.jpg'); J = imcrop(I...
más de 5 años hace | 3 respuestas | 0
3
respuestasPregunta
meas, k nearest neighborhood
Hi, In this code I don't understand that what meas does, and it assings all row and 3rd and 4th column to x. load fisheriris ...
más de 5 años hace | 1 respuesta | 1
1
respuestaPregunta
after first imshow function, image is not shown
Hi everybody, I have a problem with showing image. After first image other figures are not shown. Thanks I= imread('pout.tif');...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
I cannot get the output, Image processing
Hi, I cannot get the output of this code, I don't understand where problem is. Thank you I=imread('Desktop/mak/exp.jpg'); is...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how can i train my network for test and validation data?
x is the my input, y is the desired output then I split x as validation and test data y as well. How should be my algorithm? I w...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
how can i split 30*9 matrix into 20*9 and 10*9?
X=[5,1,1,1,2,1,3,1,1;5,4,4,5,7,10,3,2,1;3,1,1,1,2,2,3,1,1;6,8,8,1,3,4,3,7,1;4,1,1,3,2,1,3,1,1;8,10,10,8,7,10,9,7,1; 1,1,1,1,2...
alrededor de 6 años hace | 1 respuesta | 0