|

Project
The project assignment is described at the link below. Any corrections, clarifications, etc. concerning the project will be linked here also if they are needed.
Project corrections:
2009/11/18, 9:05am
For Problems 8, 9, 12, 14, 15, 16, 17, 20, if there is more than one possible answer, we will accept any of them as correct. For example, if your function returns the first one it finds, it would be correct. This means that the wording of Problem 15 needs to be changed slightly: The word “movies” should be changed to “movie”.
2009/11/06, 11:45am
On page 3 of ProjectDescription.doc, inside the function FindMovieByTitle(movies,title), the function findstr has been changed to strfind. If you use this function, you should make the same change.
Project explanation
- ProjectDescription.doc
- Example shown by Dr. Ledeczi in class: RandomAct.m
- Small database for you to test your functions: practice.mat.
(Put this file in your directory and type load practice into the Command Window.)
- The big database, on which you should try each function after you have gotten it working on the small, practice database: imdb.mat.
(Put this file in your directory and type load imdb into the Command Window.)
|