Next: Defining Functions, Up: Functions and Scripts [Contents][Index]
There are seven different things covered in this section.
Both function files and script files end with an extension of .m, for MATLAB compatibility. If you want more than one independent functions in a file, it must be a script file (see Script Files), and to use these functions you must execute the script file before you can use the functions that are in the script file.