Functions and Scripts Next: Error Handling Previous: Statements Up: Top
Complicated Octave programs can often be simplified by defining functions. Functions can be defined directly on the command line during interactive Octave sessions or in external files, and can be called just like built-in functions.