app handler(appdesigner) is missing from workspace
2 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
採用された回答
Abderrahim. B
2022 年 7 月 29 日
Hi!
You can use assignin . Read more:
Hope this helps
3 件のコメント
Abderrahim. B
2022 年 7 月 29 日
Hope assignin - based solution has solved your issue .
I have 2 comments:
- 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 ..
- 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
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!