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 posted as a latex template. If you are interested in writing your report in latex, then you can use them... 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 you compile your latex file, latex will include this figure into your .ps or .pdf 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