Specifications
5 Application Examples
5-6
For example, the Tag of the axes used to display the FFT is set to
frequency_axes. Therefore, within a callback, you access its handle with
handles.frequency_axes
Likewise, the Tag of the time axes is set to time_axes.
See Creating and Storing the Handles Structure for more information on the
handles structure. See “Plot Push Button Callback” for the details of how to
use the handle to specify the target axes.
Application Option Settings
There are two application option settings that are particularly important for
this GUI:
•Resize behavior:
Proportional
•Command-line accessibility: Callback
Proportional Resize Behavior. Selecting Proportional as the resize behavior
enables users to change the GUI to better view the plots. The components
change size in proportion to the GUI figure size. This generally produces good
results except when extremes of dimensions are used.