Pop out Interactive table
18 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Walter Roberson
le 7 Août 2020
You could create a figure or uifigure and put a uitable() inside the figure (or uifigure)
Réponses (1)
Divya Gaddipati
le 13 Août 2020
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
0 commentaires
Voir également
Catégories
En savoir plus sur Tables dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!