Specifications
5
GUI Applications
GUI with Multiple Axes (p. 5-2) Analyze data and generate frequency and time domain
plots in the GUI figure.
List Box Directory Reader (p. 5-9) List the contents of a directory, navigate to other
directories, and define what command to execute when
users double-click on a given type of file.
Accessing Workspace Variables from a
List Box (p. 5-15)
List variables in the base MATLAB workspace from a
GUI and plot them. This example illustrates selecting
multiple items and executing commands in a different
workspace.
A GUI to Set Simulink Model
Parameters (p. 5-19)
Set parameters in a Simulink® model, save and plot the
data, and implement a help button.
An Address Book Reader (p. 5-31) Read data from MAT-files, edit and save the data, and
manage GUI data using the
handles structure.