Creating countdown timer in gui
8 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
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).
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Platform and License についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!