This tutorial for MATLAB is kinda old, and needs lots of polish, but is left here in hopes that it is useful.
1 Other sources of help with MATLAB
If you are trying to find help with MATLAB you may want to try one of these:- On-line help is provided by the
help
command: For
example try this command to get help about the
plot
command:.
>> help plot
- You may find the web site of MATHWORKS
to be of help. Here you
will find
A collection of pre-written m-files .- information about the purchase of MATLAB.
- A technical notes FAQ (frequently asked questions).
- A list of books on MATLAB.
- other stuff...
