The main course website is on moodle.
We recommend Matlab for the second half of the course. Matlab is a proprietary interpreted language like python or perl that has an excellent graphical interface. You can write functions, scripts, or explore data from the command line, and this
Matlab is installed on various UVic computers, including the Clerihue
labs. If your computer runs an X11 server, you may also run it via ssh
-X unix.uvic.ca
. From the command prompt type matlab
and if ssh
is
working properly you will get a matlab environment on your remote
computer. You may need to enable X11 Forwarding - google this if you
do not know how it should be done.
Windows users will need to download and install an X11 server.
Nik Zappantis can help with real problems, but please ask your classmates or labmates for help before bugging Nik as he is very busy.
Matlab has an excellent tutorial as part of it's documentation.
Assignment 3 is now available...
You will need a data file, available here:
This file is binary, so be sure not to convert to ascii. If you would like this as a non-Matlab format you can use the text files at:
Please hand in your m-files and a short PDF document summarizing your results. More figures are good. You will not be critiqued on your writing style, and point-form is OK. However, completeness and clarity is important so we can tell that you have understood the assignments.
To hand in, please tar cfz
or zip
your files (please
don't use any other archive formats) into one directory with your
lastname and the class id: i.e. LastnameP515/
, and name your
archive the same way (i.e. LastnameP515.tar.gz
). Name your
pdf
file the same way, (i.e. LastnameP515.pdf
). No need
to uniquely identify your m-files so long as they are in a directory.
Email your archive to mailto:jklymak@uvic.ca.
PLEASE DO NOT INCLUDE THE DATA FILES (we have them already!).
If you used tar
you should have an output like:
> tar tfzv LastnameP515.tar.gz > LastnameP515/LastnameP515.pdf > LastnameP515/mfile1.m > LastnameP515/mfile2.m > ...
Not lectured on since 2008. This material is here for your abundant spare time...