Creating Graphical User Interfaces    

Launching the GUI

The GUI is nonblocking and nonmodal since it is designed to be displayed while you perform other MATLAB tasks.

Application Options Settings

This GUI uses the following application option settings:

Launching the GUI

You can call the application M-file with no arguments, in which case, the GUI uses the default address book MAT-file, or you can specify a MAT-file as an argument. Specifying a MAT-file as an input argument requires modification to the default GUI initialization section of the application M-file. The following code shows these changes in bold.


 An Address Book Reader Loading an Address Book Into the Reader