Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Aboalseoud opened this issue Apr 25, 2017 · 3 comments
Open

Comments

@Aboalseoud
Copy link

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
Copy link

matlabi commented Apr 23, 2019

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
Copy link

haleeeema610 commented Aug 4, 2019

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
Copy link

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants