Can I access code in App Designer from the Command Window?
4 次查看(过去 30 天)
显示 更早的评论
I'm working on an app in the App Designer, and I was wondering if it might be possible to bring the instance of that app into the Workspace such that I can access it via the Command Window. It would be cool to play with elements and code without having to run through the App Designer window.
Thanks in advance for your time.
0 个评论
采纳的回答
Chris Portal
2016-11-6
You can specify a left hand side argument at the command line when you run your app and access it using the handle returned. For example:
>> hApp = myApp
>> hApp.Button
更多回答(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!