Creating countdown timer in gui

조회 수: 7 (최근 30일)
Benson Jake
Benson Jake 2023년 6월 23일
답변: Rik 2023년 6월 23일
im trying to make a countdown timer starting from 10:00 in GUI. i still cant figure out how to link the button and the static text.

답변 (1개)

Rik
Rik 2023년 6월 23일
A GUI in Matlab is nothing special, it simply provides an interface between the user and the functions you write separately. For general advice and examples for how to create a GUI (and avoid using GUIDE), have look at this thread.
As long as you store the handles to the relevant objects in a place where both functions can reach it, there should be no problem linking anything (although linking may not be the correct term).

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by