App Designer: How to open a second GUI or a new window with panels, lamps, edit fields, etc. by a ButtonPush callback ?
Mostra commenti meno recenti
Hey, I think my Problem sounds simple. But I am new to the matlab app designer.
I have an already existing GUI where I shall make some changes. When I click a button I want to open a second GUI or window. In that window I want to use some components of the component library.
1 Commento
Nitin Phadkule
il 16 Giu 2021
you can insert hyperlink component and give adress of second app as input to hypertext component.
Risposta accettata
Più risposte (3)
RobF
il 1 Ago 2018
Have you tried to create a button, its callback and modify the callback?
You could try
fig = figure();
assignin('base','fig',fig);
within the callback to create a new figure.
1 Commento
Theodor Middeldorf
il 1 Ago 2018
Kristoffer Walker
il 21 Ott 2020
0 voti
This should get you 99% of the way there.
Best,
Kris
Trishia May
il 28 Nov 2022
0 voti
Hi! I have the same issue here. I just want a new window to show some details, then have a button to back to main window. How can I dot it? I'm new in MatLab.
Categorie
Scopri di più su Develop Apps Using App Designer in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!