How can I delay a figure window?
Afficher commentaires plus anciens
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?:)
Réponses (2)
Azzi Abdelmalek
le 30 Mar 2016
Modifié(e) : Azzi Abdelmalek
le 30 Mar 2016
0 votes
use pause(n) , n is the number of seconds
2 commentaires
Sine Palm
le 30 Mar 2016
Walter Roberson
le 30 Mar 2016
after the pause(), close() the window.
Walter Roberson
le 30 Mar 2016
0 votes
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.
Catégories
En savoir plus sur Image Arithmetic dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!