Announcements:
- Clicking the small figure in the upper left corner of this webpage will
return you to this main page.
- Be sure to refresh the page you are on in this website periodically. Sometimes
I make changes to the posted pages.
- Check the Notes page daily
if you can. I'm trying to put some "lecture" notes there everyday.
- You should check the Homework
page every few days to see if I've added any assignments.
- This website is under construction. Much is incomplete, but it will be updated
soon. Please be patient.
- There may be major changes to the syllabus due to the low numbers of students
in this class. Be sure to check this webpage often.
- If you want a brief tour of some of things you will learn in this course,
click on my Introduction
to Matlab site.
- I will be available M-F during the second week of class in my office. RSB
189. After that I can only be reached by email.
Code of the Week:
tetris.m The popular computer game,
written by Maurice Smith. Written with an earlier version of Matlab in 1995,
so some warnings appear. Some code will have to be changed for this file to
work in future versions of Matlab. But it still works in version 13 (feel
free to update the
old code; send it to me and I'll post it). You can either select all the text
and save it as tetris.m (not a .txt file) or right-click on the link and "Save
Target As", add a .m to the filename and choose "All Files" from
the "Save as type" menu. Save the file to the working directory
of your Matlab session. Then type "tetris" at the prompt.