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에서 System-Level Simulation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
