Creating Graphical User Interfaces

Creating Graphical User Interfaces


These sections describe how to use MATLAB® graphical user interface (GUI) layout tools.
Getting Started with GUIDE
Introduction to GUIDE
Example: Creating a GUI
Example of creating a simple GUI with GUIDE
MATLAB GUIs
Discussion of how GUIs work in MATLAB
GUIDE Layout Tools
Overview of MATLAB GUI layout tools
Programming GUIs
Writing the program to control your GUI
Application Examples
Examples of complete GUIs illustrating various implementation techniques

Related Information

These sections provide information that is also useful when creating GUIs.
Handle Graphics® Objects
Graphics objects and how to set properties
uicontrol, uimenu, uicontextmenu
Functions that create user interface components
Structures
Information on the structure data type. (GUIs use structures to store object handles and for managing global data.)
Subfunctions
Subfunctions in MATLAB. (GUIs implement callbacks as subfunctions.)


 Getting Started with GUIDE