How do you create a push button that saves data from a GUI?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Azzi Abdelmalek
il 7 Giu 2013
Modificato: Azzi Abdelmalek
il 7 Giu 2013
res=get(handles.uitable1,'data')
save filename res
2 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!