User`s guide

10 Examples of GUIDE GUIs
It is the user’s responsibility to remove the new window when it is no longer
needed. The context menus can be programmed to do this. Because their
callbacks call
guidata to save the handle of the last figure created for each
of the GUI’s axes, another callback can delete or reuse either figure. For
example, the
plot_ax1_Callback and plot_ax2_Callb ack callbacks could
check
guidata for a valid axes handle stored in handles.axes1copy or
handles.axes2copy, and reuse the axes instead of creating a new figure.
Extend the tablestat GUI
You can extend the Tablestat example GUI in several ways to make it more
capable:
Enable the GUI to read in any data matrix in the MATLAB workspace or a
data file. To do this:
10-52