How do you create a push button that saves data from a GUI?
1 view (last 30 days)
Show older comments
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 Comments
Accepted Answer
Azzi Abdelmalek
on 7 Jun 2013
Edited: Azzi Abdelmalek
on 7 Jun 2013
res=get(handles.uitable1,'data')
save filename res
2 Comments
More Answers (0)
See Also
Categories
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!