EasyGUI
Version 1.1.0.1 (671 KB) von
Gautam Vallabha
EasyGUI ver 1.0 -- Build GUIs quickly and easily in MATLAB
Anmerkung des Herausgebers: This file was selected as MATLAB Central Pick of the Week
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:
Zitieren als
Gautam Vallabha (2026). EasyGUI (https://de.mathworks.com/matlabcentral/fileexchange/22936-easygui), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2008a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxTags
Quellenangaben
Inspiriert: morphology by matlab with GUI, EasyGUI, MATLAB Support Package for Velleman K8055/VM110 Experiment Board
Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
EasyGUI/
EasyGUI/+gui/
EasyGUI/+gui/+util/
EasyGUI/examples/
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.1.0.1 | Updated license |
||
| 1.1.0.0 | Fixed a minor bug in EasyGUI/examples/sharedata_demo.m |
||
| 1.0.0.0 |
