How do you create a push button that saves data from a GUI?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Azzi Abdelmalek
2013 年 6 月 7 日
編集済み: Azzi Abdelmalek
2013 年 6 月 7 日
res=get(handles.uitable1,'data')
save filename res
2 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!