MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Specifications Page 50

  • Download
  • Add to my manuals
  • Print
  • Page
    / 180
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 49
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
Page view 49
1 2 ... 45 46 47 48 49 50 51 52 53 54 55 ... 179 180

Comments to this Manuals

No comments