Code covered by the BSD License
function updatesettemps(Tdata) hGUI=evalin('base','hGUI'); h = guidata(hGUI); Tdata = fix(10*Tdata)/10; set(h.text8,'String',Tdata(1)); set(h.text10,'String',Tdata(2));
Contact us