Useful Links
Professor Anderson's Quick Matlab Documentation
Matlab's Official Online Help Desk. You may download Matlab
manuals here.
A free copy of Matlab Primer.
Here's another matlab page.
Matlab Codes
Download this very simple Euler code. You might want
to test this code with the function called fun on the
interval [0,2] with initial condition y(0)=.5 while using the step size
h=.2.
On the Matlab prompt, type euler('fun',0,2,.5,.2).
Here is a working 4th order Runge-Kutta code.