How can i fix this error?
Mostra commenti meno recenti
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 Commenti
KSSV
il 24 Giu 2017
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
il 24 Giu 2017
dpb
il 24 Giu 2017
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
il 25 Giu 2017
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su System-Level Simulation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
