| | |
Summary: MATLAB NOTES
Matlab designed for numerical computing.
Strongly oriented towards use of arrays, one and two di-
mensional.
Excellent graphics that are easy to use.
Powerful interactive facilities; and programs can also be
written in it.
It is a procedural language, not an object-oriented lan-
guage.
It has facilities for working with both Fortran and C lan-
guage programs.
USING MATLAB
At the prompt in Unix or Linux, type Matlab.
Or click the Red Hat, then DIVMS, then Mathematics,
then Matlab.
Run the demo program (simply type demo). Then select
one of the many available demos.
To seek help on any command, simply type
help command
or use the online Help command. To seek information
|