This program is written for detecting k-cycles for k=1,2,...,n where n is choosen by user. In this application
paper
written by
Liu and Wang is implemented.
DOWNLOAD
This MATLAB class is written for creating gif animations and record MATLAB plots. It is used after initialization and each time to add frame a method of the object is called.
MM = MovieMaker("filename");
MM.path = "filepath";
MM.AddFrame();
MM:Save();
DOWNLOAD
In this MATLAB class Eigenface method for face recognition is implemented. Files contains a test set and also traning set for algorithm.
DOWNLOAD