Top
|
Prev
| -End-
Writing your own MATLAB scripts and functions
You can save a whole list of MATLAB commands into a single file with the extension '.m' referred to as an 'm-file'.
An m-file can
also
contain one or more
functions
.
Writing scripts and functions can save you time.
Once you have some on hand, you can modify them to solve related problems.
gonzo@mit.edu
2.010 Tutorial #2, 21-Sep-00