How to make my window close on a timer

5 次查看(过去 30 天)
does any one known how to make a timer so that it closes the window that im using? Im trying to make a window pop up in GUI stay for like 20 seconds then close on its own. Please help
  1 个评论
Geoff Hayes
Geoff Hayes 2014-8-27
Rainaire - what kind of window are you popping up? Another GUI or some kind of dialog?

请先登录,再进行评论。

回答(1 个)

Bruno Pop-Stefanov
Bruno Pop-Stefanov 2014-8-29
>> f = figure;
>> t = timer('ExecutionMode','singleShot','StartDelay',20,'TimerFcn',@(~,~)close(f));
>> start(t)
  5 个评论
Jan
Jan 2018-7-4
@Asit Kumar: You mean a window, which does not belong to Matlab? This is new question, so please open a new thread.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by