I want to change/switch between the tabs in the GUI (App Designer) when i press the button?

조회 수: 162 (최근 30일)
Please look at the attached picture and help me!

채택된 답변

Madeline Gardner
Madeline Gardner 2018년 7월 3일
Hello!
Add a callback to the button that contains the code
app.TabGroup.SelectedTab = app.InputsTab;
You may need to change the variable names based on what you have in your code, but this should let the button control the active tab.
Hope that helps!
  댓글 수: 5

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

추가 답변 (2개)

Anas  Akhtar
Anas Akhtar 2021년 5월 4일
For further clarification to the answer given by Madeline Gardner:
app.TabGroup.SelectedTab = app.InputsTab;
In the above code, the "SelectedTab" should not be changed to the name of your current tab where your 'button' is situated. You should only change the "InputsTab" with the name of the tab that you want to switch to, when you push the button.
P.S. I am adding this clarification because as a beginner in MATLAB, I struggled for two hours due to this small confusion.
Regards,
Akhtar.

sow amadou
sow amadou 2020년 11월 23일
Thx

카테고리

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

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by