How can i fix this error?
显示 更早的评论
Hi, I get this error:
Error using load
Unknown text on line number 1 of ASCII file
drive01.dat
"ÿ".
after loading drive01.dat that i downloaded it from this page: https://physionet.org/physiobank/database/drivedb/
Would anyone help me to fix this error?
4 个评论
KSSV
2017-6-24
It is not an ascii file to use load, it is binary file. You have to use fread to read the file. YOu can use fread on knowing the format of the file.
Ghazal Hnr
2017-6-24
dpb
2017-6-24
It would probably help more if you would read the supporting information at the site on how to use the data files... <physionet.org faq>
Ghazal Hnr
2017-6-25
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Low-Level File I/O 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
