Documentation

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 ascript, 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, createlive scripts. For additional programming flexibility, create功能, which accept input and return outputs.

Was this topic helpful?