MATLAB: How to read file ‘100.dat’ and ‘100.atr’ of MIT BIH DATABASE (PHYSIONET)

ecgMATLABmit-bihphysionetread data

Hi peoples,
I would like of know how do for read the files DATABASE (MIT BIH DATABASE). The own provides an script for read, but gives error. The script is: rddata.m site: http://www.physionet.org/physiotools/matlab/rddata.m. Could anyone help me?
Thanks

Best Answer

Your question ought to include
  • a link to the data
  • details on the error
However, I downloaded the data (100.dat,100.atr,100.hea) and changed the line
PATH= 'M:\Profile\Desktop2k\MIT_CD\mitdb';
to match my download-folder. The program then worked nicely and produced a diagram.
Related Question