figUI

Clickable Figure Interface
88 Downloads
Updated 24 Nov 2015

View License

FIGUI is a class which streamlines the process of writing interactive figures for exploratory data analysis. FIGUI also provides a scripting engine to emulate user interaction, which enables users to write scripts to automate commonly performed actions or perform an analysis, developed interactively, in a repeatable fashion. FIGUI is intended to be used in conjunction with a calling .m file (such as the example below) which implements the application-specific figure control and any custom callbacks.

Cite As

Calvin Eiber (2024). figUI (https://www.mathworks.com/matlabcentral/fileexchange/54140-figui), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Interactive Control and Callbacks in Help Center and MATLAB Answers
Acknowledgements

Inspired: tableExplorer

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.1.0

Added [token] = ui.getToken;
ui.getToken returns the next script token if a script is currently being executed. This is useful for passing filenames to custom load functions, for instance.

1.0.0.0