Matlab GUIDE: Getting Started

May 2nd, 2010 Posted in Documents

Layout

, the graphical user interface development environment, provides a set of tools for creating graphical user interfaces (GUIs). These tools simplify the process of laying out and GUIs.


Using the , you can populate a by clicking and dragging components—such as axes, panels, buttons, text fields, sliders, and so on—into the layout area. You also can create menus and context menus for the . From the , you can size the , modify component look and feel, align components, set tab order, view a hierarchical list of the component objects, and set options.

automatically generates a program file containing functions that controls how the operates. This code file provides code to initialize the and contains a framework for the callbacks—the routines that execute when a user interacts with a component. Use the Editor to add code to the callbacks to perform the actions you want the to perform.

software provides a selection of standard dialog boxes that you can create with a single function call. For information about these dialog boxes and the functions used to create them, see in the Development section of the Function Reference documentation.

Related posts

Leave a Reply

You must be logged in to post a comment.