creating a pushbutton which allows the figure in my GUI to open in a new window
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Stalin Samuel
el 31 de Ag. de 2016
Under the pushbutton callback use the command 'figure'. This will open a new window
0 comentarios
Ver también
Categorías
Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!