Saves App Properties in current state
    10 views (last 30 days)
  
       Show older comments
    
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 Comments
  Mario Malic
      
 on 22 Jun 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
      
 on 22 Jun 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.
Answers (1)
  Marcus Heßeling
 on 23 Jun 2021
        3 Comments
  J. Alex Lee
      
 on 25 Jun 2021
				
      Edited: J. Alex Lee
      
 on 25 Jun 2021
  
			maybe you can post a minimum working code example of what you mean.
See Also
Categories
				Find more on Workspace Variables and MAT Files in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!