Add a new page in Design APP?
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1097215/image.png)
if I click to monitoring mode it will apeear other page as bellow.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1097220/image.png)
I attached the app design file as attachment.
Thanks and Reagards!
Han
2 Commenti
Risposte (1)
FERNANDO CALVO RODRIGUEZ
il 6 Mar 2023
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.
Vedere anche
Categorie
Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!