
CS498/698 Teaching Software

INSTALLATION:

cd ~   (ie., your home directory)
tar zxvf cs498-software.tar.gz

This will create a directory "cs498-software" containing matlab demos
and some sample images.

To run Matlab tutorials:

cd matlab
Type "matlab".
To leave, type "quit".

Note: you must be in the matlab directory so the file "startup.m"
      is read by Matlab.  This sets the search path for the programs.

To read a primer on matlab, take a look at primer35.ps

BASIC TUTORIALS:

Ordered roughly in terms of prerequisite material:

1. introImageTutorial.m
2. linSysTutorial.m
3. samplingTutorial.m
4. imageTutorial.m  
5. pyrTutorial.m (advanced material pyramid stuff, optional)

These tutorials are script files and can be run by typing their
file name (without the ".m") in the Matlab command window:

 introImageTutorial

This doesn't wait for you though...

Instead, use an editor to select text from the tutorial .m file,
and paste it into the Matlab window.  The comments describe
what is being done.

OTHER TUTORIALS:

OTHER PROGRAMS:

