Add a new page in Design APP?

조회 수: 28 (최근 30일)
Jenifer NG
Jenifer NG 2022년 8월 13일
편집: Jenifer NG 2023년 3월 6일
Dear All,
I am design a GUI, But i stuck to get a new page when we click to push button.
Could anyone give some help ?
If i click to Setting Mode it will appear as bellow
if I click to monitoring mode it will apeear other page as bellow.
I attached the app design file as attachment.
Thanks and Reagards!
Han
  댓글 수: 2
Arjun
Arjun 2023년 3월 6일
Helllo..
have you found a solution to this problem?
Thanks
Jenifer NG
Jenifer NG 2023년 3월 6일
편집: Jenifer NG 2023년 3월 6일
I solved this one by adding another panel. When you press to tongle button set old panel
"app.oldpanel.Visible = 'off';
app.newpanel.Visibale ='on'

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

답변 (1개)

FERNANDO CALVO RODRIGUEZ
FERNANDO CALVO RODRIGUEZ 2023년 3월 6일
I solved the same doubt you have by calling another application when pressing a button, for example. I read the data from one app to another by writing them in the main app and reading them in the secondary app, similarly, when I closed the secondary app I read the data to reuse them in the main app.
It is not the best way to solve it but for me it is the fastest and easiest. I hope it helps.
  댓글 수: 1
Jenifer NG
Jenifer NG 2023년 3월 6일
편집: Jenifer NG 2023년 3월 6일
I solved this one by adding another panel. When you press to tongle button set old panel
"app.oldpanel.Visible = 'off';
app.newpanel.Visibale ='on'

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

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by