Predicting Mortality of ICU Patients: The PhysioNet/Computing in Cardiology Challenge 2012 1.0.0

function [Temp]=Temp(x)
    
Temp=(1-gaussmf(x,[2 37])).*(x>37)+(1-gaussmf(x,[3.5 37])).*(x<37);