Clear Filters
Clear Filters

How to save inputs of a GUI as history?

3 views (last 30 days)
Amin Moosavi
Amin Moosavi on 10 Jul 2018
Commented: Amin Moosavi on 10 Jul 2018
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 Comments
Geoff Hayes
Geoff Hayes on 10 Jul 2018
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 on 10 Jul 2018
Thanks for your help. I will try and let you know.

Sign in to comment.

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!