Programming Scripts and Functions

Program files, control flow, editing, debugging

When you have a sequence of commands to perform repeatedly or that you want to save for future reference, store them in a program file. The simplest type of MATLAB® program is a script, which contains a set of commands exactly as you would type them at the command line. To combine code with embedded output, formatted text, equations, and images in a single interactive environment, create live scripts. For additional programming flexibility, create functions, which accept input and return outputs.

Was this topic helpful?