필터 지우기
필터 지우기

How to read .apn file in Matlab

조회 수: 7 (최근 30일)
Ullah Nadeem
Ullah Nadeem 2021년 6월 16일
댓글: Walter Roberson 2021년 6월 16일
I am trying to open .apn file (as text) of Physionet Apnea ECG dataset in matlab using rdann(-r a01, -a apn) but failed.
The erroe I faced is related "varargin" Please guide
[ann, anntype, subtype, chan, num, comments] = rdann('a01','apn');
Error is: Dot indexing is not supported for variables of this type.
Error in rdann (line 180)
data=dataJava.toArray();
Error in annot (line 19)
[ann, anntype, subtype, chan, num, comments] = rdann('a01.apn','apn');
  댓글 수: 2
Walter Roberson
Walter Roberson 2021년 6월 16일
Walter Roberson
Walter Roberson 2021년 6월 16일
The code has
dataJava=javaWfdbExec.execToStringList(wfdb_argument);
data=dataJava.toArray();
but for whatever reason, dataJava is coming out as empty instead of as a Java array.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Visual Exploration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by