Cycle Enumerator
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
Movie Maker
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
Eigenface Recognizer
In this MATLAB class Eigenface method for face recognition is implemented. Files contains a test set and also traning set for algorithm.

DOWNLOAD

Creative Commons License
These works are licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

for questions and comments please contact v[at]vypro[dot]org