octave: Functions and Scripts

 
 11 Functions and Scripts
 ************************
 
 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.
 

Menu