
2 Creating a GUI with GUIDE
2-18
working directory to the directory containing the GUI files, or adding that
directory to the top or bottom of the MATLAB path.
6 GUIDE saves the files simple_gui.fig and simple_gui.m and activates the
GUI. It also opens the GUI M-file in your default editor.
The GUI is active. You can select a data set in the pop-up menu and click the
push buttons. But nothing happens. This is because there is no code in the
M-file to service the pop-up menu and the buttons. The next step is to
program the GUI. The next topic, “Programming the GUI” on page 2-19,
shows you how to do this.
Comentarios a estos manuales