From this directory all you need to download tutorialDataModel.pdf tall then you can run matlab and use the matlab commands given in tutorialDataModel.pdf ---------------------------------- the other files and directors are just put as a latex template if you are interested in writing your report in latex. when you have a matlab figure you should select file menu and export this figure as a .eps file. Then, in your latex file you put a link to that file. Later, when compiled your latex file, latex will include this figures into your .ps or .pd file. For example download tutorialDataModel.tex and fig directory then use the followings to generate the same .pdf file that I have. > latex tutorialDataModel > latex tutorialDataModel > dvipdf tutorialDataModel -o tutorialDataModel.pdf