MatLab figure date and time static text
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
checkbox1's callback for date and time:
m=1;
while m==1
m=get(hObject,'value');
txt=datestr(now);
set(handles.datetime,'string',txt);
pause(1);
end
can you please help me to remove the checkbox that if I will push the RUN button the datetime static text will automatically call the date and time.
5 Commenti
Walter Roberson
il 8 Ott 2013
I think GUIDE is being referred to. And that Lloyd wants the time display to start going as soon as the GUI is launched instead of only after a button is clicked.
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Platform and License in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!