Creating Graphical User Interfaces |
Callbacks
When a user activates a component of the GUI, the GUI executes the corresponding callback. The name of the callback is determined by the component's Tag
property and the type of callback. For example, a push button with the Tag
print_button
executes the callback
Output Function | Input and Output Arguments |
© 1994-2005 The MathWorks, Inc.