app handler(appdesigner) is missing from workspace

1 visualizzazione (ultimi 30 giorni)
How can I access app handler from command line Matlab or workspace browser?
I have an app by appdesigner.
The app runs OK, does what it is designed to do.
However, I canno view any variable from workspace.
If I set a breakpoint and get Matlab into DebugMode, the workspace is filed correctly. Once I exit debug mode, workspace is cleared completely.
In order to access one set of structure array, I have a public properties [TestStruct]defined . However, I cannot acces this struct (such as app.TestStruct) from MAtlab command or workspace browser. The wokrspace browser is just empty, completely empty.

Risposta accettata

Abderrahim. B
Abderrahim. B il 29 Lug 2022
Hi!
You can use assignin . Read more:
Hope this helps
  3 Commenti
Abderrahim. B
Abderrahim. B il 29 Lug 2022
Hope assignin - based solution has solved your issue .
I have 2 comments:
  1. You mentioned this ' Once I exit debug mode, workspace is cleared completely' in your question >> stop/ exit the app will stop debug mode hence workspace will be cleared, do not stop the app while debugging ..
  2. In your reply you mentioned ' However, it is suprising to me that appDesigner can hide them even when they are assigned as public properties' >> Create a property as public does not mean to have it in the MATLAB base workspace. Check out this linkto learn the utility of public properties.
Hope you find this reply helpful
jiansong wan
jiansong wan il 29 Lug 2022
Got it, my mistake on the properties, thought they can reach beyond one app.
Assignin() works perfect in my case.
Thanks!
Jiansong

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange

Prodotti


Release

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by