How to read .ecg file ?

Hello,
I need to use a database from this website:
in Matlab, they put the code and an example to test and I wrote these lines to call the function read_ishne put this error occur:
Error in read_ishne (line 11)
fid=fopen(fileName,'r');
Output argument "ishneHeader" (and maybe others) not assigned during call to "read_ishne".
Error in read (line 5)
[ishneHeader, ecgSig] = read_ishne(fileName, startOffset, length);
And this is my code to call the function:
pd = pwd;
fileName = [pd '1-300m.ecg\'];
startOffset =1;
length= 5;
[ishneHeader, ecgSig] = read_ishne(fileName, startOffset, length);
So please can anybody help me to read that file, regards.

3 件のコメント

KALYAN ACHARJYA
KALYAN ACHARJYA 2018 年 9 月 6 日
Have you check here?
Sarah A
Sarah A 2018 年 9 月 6 日
This is different dimension, what I am looking for is (.ecg) files.
KSSV
KSSV 2018 年 9 月 6 日
Attach one .ecg file with which you tried the code. You can go for a debug option and try to sort out the problem.

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

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeLarge Files and Big Data についてさらに検索

タグ

質問済み:

2018 年 9 月 6 日

コメント済み:

2018 年 9 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by