필터 지우기
필터 지우기

In App Designer, how can I refer to the controls in one GUI from another GUI?

조회 수: 2 (최근 30일)
Ahmed
Ahmed 2019년 8월 30일
답변: Ahmed 2019년 9월 4일
Basically, in App Designer, I have 2 GUIs opened at the same time: GUI1_App and GUI2_App. GUI1_App includes a "Static Text" while GUI2_App includes a "Push Button". I would like the Color property of the Static Text in GUI1_App to change when I push the Push Button on GUI2_App.
Essentially, my question is how can I refer to the controls in GUI1_App from GUI2_App? how can I refer to the controls in GUI1_App from GUI2_App?
  댓글 수: 5
Ahmed
Ahmed 2019년 9월 3일
Well, just to clarify:
1) GUI2_App is launched from GUI1_App.
2) I need to control GUI1_App handles from GUI2_App code.
Where should I add this app1=GUI1_App command?
If I added this in GUI2_App, it reopens GUI1_App
Adam
Adam 2019년 9월 3일
You will need to pass GUI1_App into GUI2_App when you launch it. GUI1_App should be called app in the function where you launch GUI2_App. Passing arguments to an app as described in

댓글을 달려면 로그인하십시오.

채택된 답변

Ahmed
Ahmed 2019년 9월 4일
After doing some research, the solution to this question can be found in this Matlab example:

추가 답변 (1개)

Sai Sri Pathuri
Sai Sri Pathuri 2019년 9월 3일
  댓글 수: 1
Ahmed
Ahmed 2019년 9월 3일
편집: Ahmed 2019년 9월 3일
Thank you. I'm aware of this answer. However, it works in GUIDE and doesn't work in App Designer

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by