Instructions how to download and run the MATLAB
programs
1. Log on to your Unix account, say on apache
2. Type the following:
cp /home/ec/loizou/childers.zip childers.zip
mkdir class
cd class
unzip -d ../childers.zip
cd CH1
3. At that point you need to rename all the files in that directory
to lower case files:
mv EX1_9.M ex1_9.m
mv ANSWER.M answer.m
mv QUESTION.M question.m
mv GENRAT.M genrat.m
4. Run MATLAB:
/usr/local/bin/matlab
To run the program in MATLAB, just type:
ex1_9