Hello everyone.
Today, I will write create time in the Gui at the matlab.
you can use help know more.This is code:
io={datestr(now, 'HH:MM:SS')};
ngay={datestr(now, 'dd/mm/yyyy')};
set(handles.ngay,'String',ngay);
set(handles.gio,'String',gio);
I use command datestr and setup hour, second, day, years, month.
You can creat edit in the Gui display.
Hope everyone will finish.