Specifications

2 MATLAB GUIs
2-4
Features of the GUIDE-Generated Application M-File
GUIDE simplifies the creation of GUI applications by automatically
generating an M-file framework directly from your layout. You can then use
this framework to code your application M-file. This approach provides a
number of advantages:
The M-file contains code to implement a number of useful features (see
Configuring Application Options for information on these features).
The M-file adopts an effective approach to managing object handles and
executing callback routines (see Creating and Storing the Object Handle
Structure for more information).
The M-files provides a way to manage global data (see Managing GUI Data
for more information).
The automatically inserted subfunction prototypes for callbacks ensure
compatibility with future releases. For more information, see Generating
Callback Function Prototypes for information on syntax and arguments.
outing.m
outing.fig
Code file
GUI figure
Uicontrols
Resource file
Launch GUI
Execute Callback