How to save inputs of a GUI as history?

3 次查看(过去 30 天)
Hi I have a GUI that gets 100 inputs from user. After closing app and running again I have to enter them all. Is there any way to save them as a history for next day?
  2 个评论
Geoff Hayes
Geoff Hayes 2018-7-10
Amin - try saving the 100 inputs to a mat file and then read from that mat file when you re-launch the GUI. See https://www.mathworks.com/matlabcentral/answers/162748-how-do-i-save-the-state-of-my-gui-and-load-the-saved-state-again as an example of saving the state of the GUI.
Amin Moosavi
Amin Moosavi 2018-7-10
Thanks for your help. I will try and let you know.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by