Saving notes to the startup function
Show older comments
I have an editable text area in my app and I would like to save the changes in it automatically to the startup function (this way next time that I will open the app I will see the notes from the last session). Can it be done?
1 Comment
Stephen23
on 7 Nov 2017
That would not follow good practice: you should keep data and code separate, especially when that data is being changed. Just save the data in a .mat file and load that: simple.
Accepted Answer
More Answers (0)
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!