How do you create a push button that saves data from a GUI?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Azzi Abdelmalek
am 7 Jun. 2013
Bearbeitet: Azzi Abdelmalek
am 7 Jun. 2013
res=get(handles.uitable1,'data')
save filename res
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!