フィルターのクリア

How can i fix this error?

1 回表示 (過去 30 日間)
Ghazal Hnr
Ghazal Hnr 2017 年 6 月 24 日
コメント済み: Star Strider 2017 年 6 月 25 日
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 件のコメント
dpb
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
Ghazal Hnr 2017 年 6 月 25 日
Thank you for your help.

サインインしてコメントする。

採用された回答

Star Strider
Star Strider 2017 年 6 月 25 日
You need to use the PhysioBank ATM (link).
To get the database you want, scroll down to ‘Stress Recognition in Automobile Drivers (drivedb)’, then using the Toolbox drop-down menu, download it as a ‘.mat’ file. First, be certain that you have chosen the Record, Signals, Annotations (if applicable), Length, Time format, and Data format you want.
To illustrate:
Scroll down and find the link to the database you chose. Right-click on it to download it.
You can then load it into your MATLAB workspace as you would any other ‘.mat’ file.
I always recommend using the load function with an output argument, so you can see and choose what variables you want to import into your workspace. It also allows you to assign your own variable names to the data, so any in the ‘.mat’ file do not overwrite any similarly-named variables already in your workspace.
If you are going to use Physionet frequently, please take a few minutes to explore it. That will be time well spent.
  2 件のコメント
Ghazal Hnr
Ghazal Hnr 2017 年 6 月 25 日
編集済み: Ghazal Hnr 2017 年 6 月 25 日
I really appreciated, this way completely solved my problems.
Star Strider
Star Strider 2017 年 6 月 25 日
As always, my pleasure.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeText Analytics Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by