Electronic submission instructions for Assignment 4:
Suppose the files you want to submit are README, Makefile, foo1.cpp and foo2.cpp
To create a4.tar you should first execute the command (assuming all files are in the current directory):
tar -cvf a4.tar README Makefile foo1.cpp foo2.cpp
submit
2005 fall cmsc 498r 0101 4 a4.tar
submit 2005 fall cmsc 828r 0101 4 a4.tar
Also
If you want to use matlab, note that to run it on grace, you need to first type:
tap
matlab
In that case note that if you want to run a matlab file named foo.m directly
from command line or a Makefile, you can use:
matlab
–nodisplay –r foo