Store values from GUI to a cell array in workspace
2 次查看(过去 30 天)
显示 更早的评论
I have written a GUI where I input some values (popup menus and edit boxes) and with the push of a button, store these values and reset the inputs so I can reinsert new values. This repetition does not occur for a known number of times. The only way I know that I can achieve this is by storing the values from each iteration to a variable in the workspace. I know I cannot do this using the assignin command, is there any other way?
0 个评论
采纳的回答
Azzi Abdelmalek
2013-9-21
I am not sure to understand your question, if you want to pass data in your callback function, use guidata, or save your data in 'userdata' of any object
1 个评论
更多回答(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!