☰
PhysioNet
Find
Share
About
News
Account
Login
Register
Search PhysioNet
Predicting Mortality of ICU Patients: The PhysioNet/Computing in Cardiology Challenge 2012 1.0.0
File:
<base>
/
sources
/
ali.jalali_at_villanova.edu
/
entry6
/
rmunreported.m
(109 bytes)
Plain
Download
function outp=rmunreported(inp) a=inp; t=a(:,1); v=a(:,2); c=find(v~=0); t=t(c); v=v(c); outp=[t v];