PSO can be used for clustering therefore i m clustering an image using soft computing algorithm in matlab, please suggest me and send me link from where i can get hint/clue for algorithm.
Unfortunately there is no built in function for it in Matlab unlike the Fuzzy C-means which already had a built in function (fcm.m). However, there are some useful codes you can start with such as:
in Matworks forum, you have an implementation of the pseudo-code needed to solve your question. I attach you a website with some code. I hope it helps you.