creating a pushbutton which allows the figure in my GUI to open in a new window
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have created a push button, now i would like this to open the figure on my GUI to open in a new window. what code would i need to input into the gui code
0 Commenti
Risposte (1)
Stalin Samuel
il 31 Ago 2016
Under the pushbutton callback use the command 'figure'. This will open a new window
0 Commenti
Vedere anche
Categorie
Scopri di più su Interactive Control and Callbacks 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!