figUI

Clickable Figure Interface
91 download
Aggiornato 24 nov 2015

Visualizza la licenza

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.

Cita come

Calvin Eiber (2026). figUI (https://it.mathworks.com/matlabcentral/fileexchange/54140-figui), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2014b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Interactive Control and Callbacks in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: tableExplorer

Versione Pubblicato Note della release
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