app handler(appdesigner) is missing from workspace

1 visualización (últimos 30 días)
jiansong wan
jiansong wan el 29 de Jul. de 2022
Comentada: jiansong wan el 29 de Jul. de 2022
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.

Respuesta aceptada

Abderrahim. B
Abderrahim. B el 29 de Jul. de 2022
Hi!
You can use assignin . Read more:
Hope this helps
  3 comentarios
Abderrahim. B
Abderrahim. B el 29 de Jul. de 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 el 29 de Jul. de 2022
Got it, my mistake on the properties, thought they can reach beyond one app.
Assignin() works perfect in my case.
Thanks!
Jiansong

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by