Introduction to Matlab

Matlab (MATrix LABoratory) is a program designed mainly for numerical computations.
It supports matrix operations, offers easy graphing commands, knows how to solve (numerically) algebraic and differential equations, computes Fourier and wavelet transforms, as well as many other things.

To start Matlab, type matlab in a shell.
If you do not want to have the fancy (and sometimes faulty) desktop, issue instead the command matlab -nodesktop.
To quit Matlab type quit at the Matlab prompt.
To abort a computation (e.g., because it takes too long), type ^C, Control-C.

One can get help from Matlab in one of the following ways (do help help to begin):

See the browsers in the HTML chapter about how to deal with PDF through a browser.
The PDF viewer is acroread. If it is not available and you are using a Linux machine, try xpdf or gv (same as ghostview).