What I Should Do
I need to install MATLAB.
| See the Installation Guide for your platform.
|
I'm new to MATLAB and
want to learn it fast.
| Start by reading
Getting Started with MATLAB.
The most
important things to learn are how to enter matrices, how to use
the : (colon) operator, and how to invoke functions. After you
master the basics, you can access the rest of the documentation
as needed, or you can use online help and the demonstrations to
learn other commands.
|
I'm upgrading from MATLAB 4.
| Read the
MATLAB 5 New Features Guide
to find out about the
new features in MATLAB 5. Pay special attention to the
"Upgrading to MATLAB 5" section for how to convert your M-files.
You should then refer to Using MATLAB (forthcoming)
and Using MATLAB Graphics (forthcoming)
for specific details about the new features.
|
I want to know how to use a
specific function.
| Use the online help facility.
For brief online help, use
the help window (type helpwin or select Help Window from the Help menu on the PC and Macintosh).
For a full description,
use the online Function Reference
via
the web-based Help Desk.
The Function Reference
combines
the Language Reference Manual
and the Graphics Reference Manual,
which are available on the
Help Desk in PDF format if you wish to print out any of the function descriptions in high-quality form.
|
I want to find a function for
a specific purpose but I don't
know its name. |
There are three choices
- Use
lookfor from the command line (e.g., lookfor inverse ).
- Use the online keyword search from the
Help Desk.
- Visit The MathWorks Web site and see if there is a user-contributed file to solve your problem.
|
I want to learn about a specific topic like sparse
matrices, ordinary differential equations, or cell arrays.
| See the appropriate chapter in Using MATLAB (forthcoming).
|
I want to know what functions are available in a general area.
|
Use the help window (type helpwin or select Help Window from the Help menu) to
see a list of functions organized by directory group,
or
use the Help Desk to
see the Function Reference's grouping by
subject area.
|
I have a problem I want help
with.
|
For tips and troubleshooting problems, use the
Help Desk
to visit the Technical Support section of
The MathWorks Web site (www.mathworks.com )
and use the
Solution Search Engine
to search the Technical Support database of problem solutions.
|
I want to report a bug or
make a suggestion.
|
Use the
bug-report
or suggestion
forms via the web,
or
send e-mail to bugs@mathworks.com
or suggest@mathworks.com .
|
I want to contact The MathWorks Technical Support.
|
Use the Help Desk
to submit an e-mail help-request form describing your question or
problem.
|