Specifications
Creating GUIs with GUIDE
2-5
You can elect to have GUIDE generate only the FIG-file and write the
application M-file yourself. Keep in mind that there are no uicontrol creation
commands in the application M-file; the layout information is contained in the
FIG-file generated by the Layout Editor.
Beginning the Implementation Process
To begin implementing your GUI, proceed to the following sections:
•Getting Started with GUIDE – the basics of using GUIDE.
•Selecting GUIDE Application Options – set both FIG-file and M-file options.
•Using the Layout Editor – begin laying out the GUI.
•Understanding the Application M-File – discussion of programming
techniques used in the application M-file.
•Application Examples – a collection of examples that illustrate techniques
which are useful for implementing GUIs.