필터 지우기
필터 지우기

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

조회 수: 4 (최근 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 CenterFile 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!

Translated by