Effacer les filtres
Effacer les filtres

How to read .apn file in Matlab

7 vues (au cours des 30 derniers jours)
Ullah Nadeem
Ullah Nadeem le 16 Juin 2021
Commenté : Walter Roberson le 16 Juin 2021
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 commentaires
Walter Roberson
Walter Roberson le 16 Juin 2021
Walter Roberson
Walter Roberson le 16 Juin 2021
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.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Visual Exploration dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by