Author Topic: Gui in the matlab.  (Read 805 times)

Offline hero_hont

  • Newbie
  • *
  • Posts: 12
  • Matlab Forum
    • View Profile
Gui in the matlab.
« on: October 14, 2010, 07:22:08 PM »
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.

Matlab and SimuLink Development Forum

Gui in the matlab.
« on: October 14, 2010, 07:22:08 PM »