How can I delay a figure window?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hey out there! I have two figure windows, but I want the second to open when the first i closed, and not on the same time. How can I do this? I have tried uiwait, but the figures I want to show is an image and an image scale Can you help me?:)
0 comentarios
Respuestas (2)
Azzi Abdelmalek
el 30 de Mzo. de 2016
Editada: Azzi Abdelmalek
el 30 de Mzo. de 2016
use pause(n) , n is the number of seconds
2 comentarios
Walter Roberson
el 30 de Mzo. de 2016
Create the second window but set 'visible' 'off' for it. Then uiwait() for the first figure. Then set the visible to on for the second figure.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!