User`s guide
10 Examples of GUIDE GUIs
To create the default values, set the String property of the edit text. The
following figure shows the value set for the time vector.
Identify the Axes
Since there a re two axes in this GUI, you m us t specify w hich one you w ant
to target w hen plotting data. Use the
handles structure, which contains the
handles of all components in the GUI, to identify that axes. The
handles
structure is a variable that GUIDE passes as an argument to all component
callbacks:
component_callback(hObject, eventdata, handles)
10-6