| Description |
EasyGUI allows you to quickly create a graphical "front-end" for an m-file so that users can interactively manipulate parameters. It provides:
* A set of “widgets” (UI controls) with a simple programming interface
* Automatic layout of the widgets
* An intuitive way to combine a GUI with MATLAB plotting and visualization
* An intuitive way to share data between GUIs (e.g., a dialog window and the main GUI)
---------------------
EasyGUI also comes with a widget for analog data acquisition (requires the Data Acquisition Toolbox). This allows you to easily create a GUI to:
* Acquire data (allowing the user to start and stop acquisition, and set sampling rate, channels, etc.)
* Analyze the data (using parameters that can be set using the GUI), and
* Plot the results using familiar MATLAB commands
---------------------
NOTE: EasyGUI does not generate the GUI for you. Rather, it makes it easy to add UI controls to an m-file, get and set the values of those controls, and wait for user input.
EasyGUI is written using MATLAB Classes and requires at least R2008a. For more information object-oriented programming with MATLAB, see:
http://www.mathworks.com/products/matlab/object_oriented_programming.html
|
| Other Files |
EasyGUI/, EasyGUI/+gui/, EasyGUI/+gui/+util/, EasyGUI/+gui/+util/autoguiChildWidgets.m, EasyGUI/+gui/+util/showObjectInfo.m, EasyGUI/+gui/+util/uicontainer.m, EasyGUI/+gui/+util/uiflowcontainer.m, EasyGUI/+gui/+util/uiposition.m, EasyGUI/+gui/autogui.m, EasyGUI/+gui/borderedwidget.m, EasyGUI/+gui/checkbox.m, EasyGUI/+gui/container.m, EasyGUI/+gui/contents.m, EasyGUI/+gui/daqinput.m, EasyGUI/+gui/editnumber.m, EasyGUI/+gui/edittext.m, EasyGUI/+gui/group.m, EasyGUI/+gui/label.m, EasyGUI/+gui/labeleduicontrol.m, EasyGUI/+gui/labeledwidget.m, EasyGUI/+gui/listbox.m, EasyGUI/+gui/manualgui.m, EasyGUI/+gui/monitor.m, EasyGUI/+gui/numericmenu.m, EasyGUI/+gui/pushbutton.m, EasyGUI/+gui/slider.m, EasyGUI/+gui/space.m, EasyGUI/+gui/stripchart.m, EasyGUI/+gui/textmenu.m, EasyGUI/+gui/togglebutton.m, EasyGUI/+gui/version.m, EasyGUI/+gui/widget.m, EasyGUI/Easygui_Readme.pdf, EasyGUI/examples/, EasyGUI/examples/autodemo.m, EasyGUI/examples/autodemo2.m, EasyGUI/examples/autodemo3.m, EasyGUI/examples/bpfilter.m, EasyGUI/examples/catalog.m, EasyGUI/examples/contents.m, EasyGUI/examples/daqfft.m, EasyGUI/examples/daqplot.m, EasyGUI/examples/daqplot2.m, EasyGUI/examples/daqplot3.m, EasyGUI/examples/dialog_demo.m, EasyGUI/examples/fftsmooth.m, EasyGUI/examples/fitznag.m, EasyGUI/examples/lorenzgui.m, EasyGUI/examples/manualdemo.m, EasyGUI/examples/rlc_circuit.m, EasyGUI/examples/rlc_circuit2.jpg, EasyGUI/examples/sharedata_demo.m, EasyGUI/guiGetDaqInputParams.m
|