Showing a GUI object for a specific period of time
    조회 수: 1 (최근 30일)
  
       이전 댓글 표시
    
I am making a simple game using MATLAB GUIDE. I want certain text (like 'Hello') to be shown on the GUI window for a specific period of time (like 3 seconds) then disappear. Is that possible? And if it is, how can I do that?
댓글 수: 0
답변 (1개)
  Walter Roberson
      
      
 2016년 3월 24일
        You can create a timer whose callback sets the object visibility off or deletes the object.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!