How do you create a push button that saves data from a GUI?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Basically, I just want to give the user the option to save the numerical data that are in the cells of a table on my GUI
0 commentaires
Réponse acceptée
Azzi Abdelmalek
le 7 Juin 2013
Modifié(e) : Azzi Abdelmalek
le 7 Juin 2013
res=get(handles.uitable1,'data')
save filename res
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Migrate GUIDE Apps 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!