I have used the following code for FCM .But it ddidn.t worked well.how can i solve this?
    4 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
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 commentaires
Réponse acceptée
  Image Analyst
      
      
 le 5 Avr 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 commentaires
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Data Clustering dans Help Center et File Exchange
			
	Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


