figUI

Clickable Figure Interface

You are now following this Submission

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 (2026). figUI (https://www.mathworks.com/matlabcentral/fileexchange/54140-figui), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired: tableExplorer

Categories

Find more on Interactive Control and Callbacks in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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