Code covered by the BSD License  

Highlights from
EasyGUI

5.0

5.0 | 5 ratings Rate this file 79 Downloads (last 30 days) File Size: 670.97 KB File ID: #22936
image thumbnail

EasyGUI

by Gautam Vallabha

 

09 Feb 2009 (Updated 13 Feb 2009)

EasyGUI ver 1.0 -- Build GUIs quickly and easily in MATLAB

Editor's Notes:

This file was selected as MATLAB Central Pick of the Week

| Watch this File

File Information
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

MATLAB release MATLAB 7.6 (R2008a)
Other requirements The GUI.DAQINPUT widget requires the Data Acquisition Toolbox.
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (7)
17 Mar 2009 Y Mehta

Very useful tool, sp for situations where there are a number of inputs that produce a limited number of outputs.

19 Mar 2009 Dani Hak

great tool, very easy to use and and well documented.
one problem i encountered is the the ui's don't refresh fast enough when i used them as output function for fminbnd, so just added 0.01 sec delay and that solved the problem.

29 Jun 2009 Emanuele Ruffaldi

Amazing tool for simple gui. The difference between while loop and the callbacks is that the gui is not blocked, relevant when a gui open other gui for additional operations

In addition it could be good to have sliders with integer steps, and also selection menu that return a value associated to the entity label (solvable using a java Hashtable)

17 Aug 2010 Michael Jablecki

This is wonderful. I only wish for more of it - more classes, more features, etc.

14 Oct 2010 zhu longchao

thanks

24 May 2011 J Fields

Can gui's designed with this tool be compiled into standalone programs?

24 May 2011 Gautam Vallabha

J Fields: You can use MATLAB Compiler to take GUIs created with EasyGUI and compile them into standalone programs: http://www.mathworks.com/products/compiler/

Please login to add a comment or rating.
Updates
13 Feb 2009

Fixed a minor bug in EasyGUI/examples/sharedata_demo.m

Tag Activity for this File
Tag Applied By Date/Time
gui Gautam Vallabha 10 Feb 2009 11:21:41
gui tools Gautam Vallabha 10 Feb 2009 11:21:41
gui example Gautam Vallabha 10 Feb 2009 11:21:41
guide Gautam Vallabha 10 Feb 2009 11:21:41
data acquisition gui Gautam Vallabha 10 Feb 2009 11:21:41
utilities Gautam Vallabha 10 Feb 2009 11:21:41
parameter Gautam Vallabha 10 Feb 2009 11:21:41
simulation Gautam Vallabha 10 Feb 2009 11:21:41
virtual lab Gautam Vallabha 10 Feb 2009 11:21:41
data logger Tom Gaudette 10 Feb 2009 14:50:26
data acquisition gui Sherryl Radbil 11 Feb 2009 08:24:05
data logger Gautam Vallabha 11 Feb 2009 14:17:03
data acquisition Gautam Vallabha 13 Feb 2009 15:32:56
education Gautam Vallabha 26 Feb 2009 09:33:30
teaching Gautam Vallabha 26 Feb 2009 09:33:30
classroom Gautam Vallabha 26 Feb 2009 09:34:35
potw Shari Freedman 20 Apr 2009 12:38:29
pick of the week Jiro Doke 11 Feb 2011 20:12:08
classroom Babuino Babuini 31 Oct 2011 17:22:05

Contact us at files@mathworks.com