How do you create a push button that saves data from a GUI?

2 views (last 30 days)
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

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 7 Jun 2013
Edited: Azzi Abdelmalek on 7 Jun 2013
res=get(handles.uitable1,'data')
save filename res

More Answers (0)

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!