How can I delay a figure window?
이전 댓글 표시
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?:)
답변 (2개)
Azzi Abdelmalek
2016년 3월 30일
편집: Azzi Abdelmalek
2016년 3월 30일
0 개 추천
use pause(n) , n is the number of seconds
Walter Roberson
2016년 3월 30일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Printing and Saving에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!