Specifications

An Address Book Reader
5-41
The names and phone numbers stored in the MAT-file.
An index pointer that indicates the current name and phone number, which
must be updated as the user pages through the address book.
The figure position and size.
The handles of all GUI components.
The descriptions of the subfunctions that follow illustrate how to save and
retrieve information from the
handles structure. See Managing GUI Data with
the Handles Structure for background information on this structure.
View the Layout and Application M-File
Use the following links to display the GUIDE Layout Editor and the MATLAB
Editor with a completed version of this example. This enables you to see the
values of all component properties and to understand how the components are
assembled to create the GUI. You can also see a complete listing of the code
that is discussed in the following sections.
Note The following links execute MATLAB commands and are designed to
work within the MATLAB Help browser. The first link adds a directory to your
MATLAB path.
Click here to display this GUI in the Layout Editor.
Click here to display the application M-file in the MATLAB Editor.
Launching the GUI
The GUI is nonblocking and nonmodal since it is designed to be displayed while
you perform other MATLAB tasks.
Application Option Settings
This GUI uses the following application option settings:
Resize behavior:
User-specified
Command-line accessibility: Off