Saving notes to the startup function
显示 更早的评论
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 个评论
Stephen23
2017-11-7
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.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!