Menu
Share
About
Explore
Data
View datasets
Software
View software
Challenges
View challenges
Tutorials
View tutorials
Cancel
Search
Search PhysioNet
Log in
Share
About
Data
View datasets
Software
View software
Challenges
View challenges
Tutorials
View tutorials
Predicting Mortality of ICU Patients: The PhysioNet/Computing in Cardiology Challenge 2012 1.0.0
File:
<base>
/
sources
/
abbasatyabi_at_yahoo.com
/
entry1
/
Temp.m
(98 bytes)
Plain
Download
function [Temp]=Temp(x) Temp=(1-gaussmf(x,[2 37])).*(x>37)+(1-gaussmf(x,[3.5 37])).*(x<37);