Matlab Toolbox: Fuzzy Clustering and Data Analysis Toolbox
I googled “fuzzy clustering and matlab” and wanted to find some tools for data clustering today. I came across a very good MATLAB toolbox at http://www.fmt.vein.hu/softcomp/fclusttoolbox/. In the web page, you can find source code and a detailed documentation that describes several popular clustering methods and validation methods, too. The Toolbox is a collection of MATLAB functions. The toolbox provides four categories of functions: 1) Clustering algorithms, 2) Evaluation with cluster prototypes, 3) Validation and 4) Visualization (See the following figure). In addition, it also provides some real examples that you can use them as start point for your project. To learn more you can visit author’s website or download source code and documentation here.

MATLAB Source code – ClusteringToolbox.zip
Toolbox documentation – FuzzyClusteringToolbox
