ENEE648W: Using James's DD Program - Helpful Hints


using James's matlab scripts (which you have copied to your directory)

from your directory...

1) tap matlab

2) matlab

3) >>help readme
(an introduction to James's matlab scripts)

4) >>help scriptname
(more information on scriptname.m)

5) >> scriptname
(runs scriptname.m)


basic UNIX

* type "help" at the prompt for some basic commands

* use "man command" to figure things out.

* to stop a simulation before it is complete use <ctrl-c>

* to stop a background job use the "kill" command


Kevin Shaw, eug@eng.umd.edu