Code covered by the BSD License  

Highlights from
Numerical Computing with Simulink, Vol. 1

image thumbnail
from Numerical Computing with Simulink, Vol. 1 by Richard Gran
This sequel to Numerical Computing with MATLAB explores the mathematics of simulation.

updatesettemps(Tdata)
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