Load data from txt file to edittext
显示 更早的评论
Good morning everyone,
I'm working on a Matlab GUI composed by around 35-40 EditText which will be used to insert the input data necessary for executing some jobs.
Here's my problem: since the Input data number is quite high, it should be possible that the user hasn't all the data at the same time, so he needs to save the data already entered and then reload it for completing the insertion in a second moment.
I've already done the "save" function which writes down data in a .txt file, now I've to write the "reload" function, which basically brings data from the .txt file and put the values in the GUI EditTexts already compiled. Is it possible? Any suggestions?
Thank you all in advance,
Mattia
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Data Import and Export 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!