User`s guide

Making Multiple GUIs Work Together
Note The changeme_dialog GUI is patterned after the MATLAB inpu tdlg
function, a predefined dialog box that serves the sam e purpose. It also calls
uiwait to block the calling GUI and other processes . You can use inputdlg
when creating programmatic GUIs.
V iew and Run the changeme GUI
If you are reading this in the M ATLAB Help browser, you can access the
example FIG-files and code files by clicking the following links. If you are
reading this on the Web or in PDF form, you should go to the corresponding
section in the MATLAB H elp Browser to use the links.
If you intend to modify the layout or code of this GUI example, you should
first save copies of its code files and FIG-files to your current folder (You need
write a ccess to your current folder to do this.) Follow these steps to copy the
example files to your current folder and then to open them:
1 Click here to copy the files to your current folder.
2 Type the commands guide changeme_main; guide changeme_d ialo g or
clickheretoopenthetwoGUIsinGUIDE.
3 Typ
e the commands
edit changeme_ main .m; edit changeme_d ialo g.m
or c
lick here to open the GUI code files in the Editor.
9-23