Saves App Properties in current state
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
In the App i use, i want to save the app properties from the Workspace in a mat-file. When i save it, not the current state but the default state is saved. Is there a way to save the current properties with all the changes made within the UIFigure ?
2 Commenti
Mario Malic
il 22 Giu 2021
I have never tried doing such things, but I doubt someone who did would see this question. I could suggest you to try to save uiaxes handles to the file, and try with https://uk.mathworks.com/help/matlab/ref/savefig.html and https://uk.mathworks.com/help/matlab/ref/copyobj.html
However, I have never tried this.
J. Alex Lee
il 22 Giu 2021
Can you clarify if you mean you want to save an app state from the Matlab command line, versus save an app state from within a method of the app itself?
If Matlab command line, are you invoking the app with an output (to hold the app instance)? If not, I would think it is impossible to access the state of the app from outside.
Risposte (1)
Marcus Heßeling
il 23 Giu 2021
3 Commenti
J. Alex Lee
il 25 Giu 2021
Modificato: J. Alex Lee
il 25 Giu 2021
maybe you can post a minimum working code example of what you mean.
Vedere anche
Categorie
Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!