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
Azzi Abdelmalek 2016년 3월 30일
편집: Azzi Abdelmalek 2016년 3월 30일

0 개 추천

use pause(n) , n is the number of seconds

댓글 수: 2

Sine  Palm
Sine Palm 2016년 3월 30일
Thanks a lot! Do you also know how to close the figure window after it have been shown in n seconds?
Walter Roberson
Walter Roberson 2016년 3월 30일
after the pause(), close() the window.

댓글을 달려면 로그인하십시오.

Walter Roberson
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에 대해 자세히 알아보기

태그

질문:

2016년 3월 30일

답변:

2016년 3월 30일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by