User`s guide

GUI to Interactively Explore Data in a Table (GUIDE)
Note The tablestat example is based on the MATLAB sunspots demo
and data set. Click here to view that demo (which is not GUI-based) in the
MATLAB Help Browser.
View and Run the tablestat GUI
If you are reading this document in the M ATLAB Help browser, you can
access the exam ple FIG-file and code f ile by clicking the fo llowing links. If you
are reading this on the Web or in PD F for m, go to the corresponding section in
the MATLAB Help Browser to use the links.
If you intend to modify the layout or code of this GUI example, first save a
copy of its code f ile and FIG-file to your current folder (you need write access
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 c opy the files to your current folder
2 Type guide ta bles tat or click here to o pe n the FIG-file in G U IDE
3 Type edit tabl esta t or click here to open the code file in the Editor
You can view the properties of any component by d ouble-clicking it in the
Layout Editor to open the Property Inspector for it. You can modify either
the figure, the code, or both, and then s ave the GUI in your current folder
using File > Save as from GUIDE. This saves both files, allowing you to
rename them, if you choose.
To just inspect the GUI in GUIDE and run it, follow these steps instead:
1 ClickheretoaddtheexamplefilestotheMATLABpath(onlyforthe
current session).
2 Clickheretorunthetablestat GUI.
3 ClickheretodisplaytheGUIintheGUIDELayoutEditor(readonly).
4 ClickheretodisplaytheGUIcodefileintheMATLABEditor(readonly).
10-33