app handler(appdesigner) is missing from workspace
Mostrar comentarios más antiguos
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
Más respuestas (0)
Categorías
Más información sobre Naming Conventions en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!