User`s guide
A GUI That Manages List Data
If you just want to run the GUI and inspect its code, follow these steps:
1 ClickheretoaddtheexamplefilestotheMATLABpath(onlyforthe
current session).
2 Click here to run the listmaster GUI.
3 edit lis tmas ter.m or Click here to display the GUI code file in the Editor
(read-only).
4 edit sen ator s110th.txt or Click here to display the senators110th.txt
sample data file in the MATLAB Editor.
Note Do n o t save GUI files to the examples folder where you fo und them,
or you will overwrite the original files. Save them to your current or other
folder that you work in.
UseListMaster
A List Master GUI can create new instances of itself with File > New at any
time, a n d any number of these instances can be open at the same time.
StartListMaster
To start using List M as ter, make sure l istm aster.m is on your path, and
run the main function.
1
>> listmaster
ans =
1
The f unction opens a blank GUI with the title ListMa ster and a File menu
and returns its figure handle.
2 Select New from the File menu to set up the GU I to handle list data.
The GUI presents a dialog box (using
inputdlg).
15-37