
8 Programming the GUI
8-36
at the MATLAB prompt. This displays the available methods in a new window,
as shown in the following figure.
Alternatively, you can enter
methods(hObject)
which displays the available methods in the Command Window.
For more information about methods for ActiveX controls, see Invoking
Methods in the online MATLAB documentation. See the reference pages for
methodsview and methods for more information about these functions.
Saving a GUI that Contains an ActiveX Control
When you save a GUI that contains ActiveX controls, GUIDE creates a file in
the current directory for each such control. The filename consists of the name
of the GUI followed by an underscore (
_) and activexn, where n is a sequence
number. For example, if the GUI is named
mygui then the filename would be
mygui_activex1. The filename does not have an extension.
Commenti su questo manuale