How to replace the "files required for your application to run" in app designer
19 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Kim Jason
am 16 Mai 2019
Kommentiert: Kim Jason
am 16 Mai 2019
I am making an app using App Designer and making it to an .exe file with matlab compiler.
And there is a .mat data file that is needed to run the program, so I added that data at the "files required for your application to run".
So while I run the program, I can call that data by using " load('file_name.mat'); " and it has no problem.
But what I want to do is that I want to add more data at the 'file_name.mat'. I can't find any way to access to that file for an update.
I want to load 'file_name.mat' and update it and save it to 'file_name.mat' so that I can use the updated data when I reload it.
If there is no way, I am actually planing to load the data using "uiload" instead of putting the data to the "files required for your application to run",
but it would be very helpful if there is a way.
0 Kommentare
Akzeptierte Antwort
Dennis
am 16 Mai 2019
As stated in the blog you can use 'which' to locate your file, then you can use the path to edit it.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!