ikarosilva / wfdb-app-toolbox

The WFDB Toolbox for MATLAB/Octave is a collection of functions for reading, writing, and processing physiologic signals in the formats used by PhysioNet (see README for details).
http://physionet.org/physiotools/matlab/wfdb-app-matlab/
GNU General Public License v3.0
92 stars 45 forks source link

wfdb2mat error (Reference to non-existent field 'WFDB_CUSTOMLIB') #140

Open Aboalseoud opened 7 years ago

Aboalseoud commented 7 years ago

Hi,

Thanks for your effort in the library.

I am trying to run wfdb2mat('nstdb\119e00')

on Matlab R12012a using "wfdb-app-toolbox-0-9-10" toolbox Windows 10 64-bit "Java 1.7.0_79-b15 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode" wfdb_path: 'wfdb-app-JVM7-0-9-9.jar'

Error:

Reference to non-existent field 'WFDB_CUSTOMLIB'.

Error in getWfdbClass (line 34)
javaWfdbExec=javaObject('org.physionet.wfdb.Wfdbexec',commandName,config.WFDB_CUSTOMLIB);

Error in wfdb2mat (line 56)
    [javaWfdbExec,config]=getWfdbClass('wfdb2mat');

Any advice?

Thanks in advance,

matlabi commented 5 years ago

Help me `wfdbdemo Reading samples ECG signal from MIT-BIH Arrhythmia Database Reference to non-existent field 'WFDB_CUSTOMLIB'.

Error in getWfdbClass (line 34) javaWfdbExec=javaObject('org.physionet.wfdb.Wfdbexec',commandName,config.WFDB_CUSTOMLIB);

Error in rdsamp (line 87) [javaWfdbExec,config]=getWfdbClass('rdsamp');

Error in wfdbdemo (line 12) [tm,ecg]=rdsamp('mitdb/100',1,N);`

haleeeema610 commented 5 years ago

I solve it by following this website: https://physionet.org/physiotools/wfdb-windows-quick-start.shtml I use Matlab but i think the error was with a missed pakage. i have already cygwin terminal installed and then by following that website, i found gcc or C compiler missed. I install it on both matlab using this command: mex -setup and on cygwin by following this web page: https://cygwin.com/ (Installing Cygwin), by seleting the missing packages, e.g, Make, gcc and check.

ghania92 commented 4 years ago

help me on Matlab R12013"a using "wfdb-app-toolbox-0-10-0" toolbox

wfdbdemo Reading samples ECG signal from MIT-BIH Arrhythmia Database Reference to non-existent field 'WFDB_CUSTOMLIB'.

Error in getWfdbClass (line 34) javaWfdbExec=javaObject('org.physionet.wfdb.Wfdbexec',commandName,config.WFDB_CUSTOMLIB);

Error in rdsamp (line 88) [javaWfdbExec,config]=getWfdbClass('rdsamp');

Error in wfdbdemo (line 12) [ecg,Fs,tm]=rdsamp('mitdb/100',1,N);