Pop out Interactive table
Ältere Kommentare anzeigen
I would like a popout window that displays data in a table that is editable. My program requires lots of human input for each run, so it would be nice if I could input it all in one table, then save it with a push of a button.
1 Kommentar
Walter Roberson
am 7 Aug. 2020
You could create a figure or uifigure and put a uitable() inside the figure (or uifigure)
Antworten (1)
Divya Gaddipati
am 13 Aug. 2020
0 Stimmen
The following file on MATLAB File Exchange provides a good method for creating an interactive table
Or, you could create one yourself using the App Designer
Kategorien
Mehr zu Tables finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!