Some Matlab resources on the web
The Mathworks --- the company that makes Matlab
Crash course in MATLAB by T. Driscoll
MATLAB Primer by K. Sigmon
A Practical Introduction to MATLAB by M. Gockenbach
myjob.m (Matlab script m-file to plot the function x*exp(-x) on [a, b])
myfun.m (Matlab function m-file to evaluate x/(x^2+1))
sumofsquares.m (Matlab function to evaluate the sum of squares of components of a vector of length less than 1000)
mult.m (Very inefficient function m-file to multiply two square matrices)
June 10 Session transcript (warts and all)
odefun.m (used to solve the ODE y''=sin(y y'))