文件名称:Loading MIMIC II data using windows, matlab and postgre SQL:Loading MIMIC II data using matlab and postgre SQL-matlab开发
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-19 04:19:17
matlab
% 如何使用 matlab 和 postgreSQL 在 windows 中加载模拟 II 数据% % 1. 为 windows 安装 postgreSQL, % 2. 创建名为 MIMIC2 的数据库; % 3. 运行 schema_mimic2v26.sql,可在https://physionet.org/works/MIMICIIClinicalDatabase/files/ 获得%4.确保在Matlab代码中给定的“ currentPath”下提供“ Definitions”文件夹。 % 5. 确保每个患者的文件夹都可用。 步骤 4 和 5 中的文件可以从, % https://physionet.org/works/MIMICIIClinicalDatabase/files/ % 6.在matlab代码中修改你的数据库的userName和password以及currentPath
【文件预览】:
import_mimicII_data.zip