function [Temp] = TypeTVoltsToDegreeC(V)

T = -20:10:50;
EMF = [-.757 -.383 0         ]



end

