I have used the following code for FCM .But it ddidn.t worked well.how can i solve this?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
sam CP
el 4 de Abr. de 2017
Comentada: sam CP
el 6 de Abr. de 2017
I have used the following attached file matlab code for Fuzzy C-means clustering. but i got several errors >how can i correct the code for segmenting the image
4 comentarios
Respuesta aceptada
Image Analyst
el 5 de Abr. de 2017
The indentation is all messed up, and all the wonderful comments that I'm sure you added to the code somehow got stripped away upon posting. So all I can suggest is to replace this:
imshow(uint8(IMMM));
with this:
imshow(IMMM, []);
drawnow;
3 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Clustering en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!