Can I access code in App Designer from the Command Window?

5 ビュー (過去 30 日間)
N R Anthony
N R Anthony 2016 年 11 月 5 日
コメント済み: N R Anthony 2016 年 11 月 7 日
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.

採用された回答

Chris Portal
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 ExchangeDevelop Apps Using App Designer についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by