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

Reference to non-existent field 'WFDB_CUSTOMLIB' #173

Open matlabi opened 5 years ago

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

LewisDong6522 commented 5 years ago

I have the same problem in window10 And I find 'WFDB_CUSTOMLIB' in Makefile, that means maybe we need compile the project first.

image

But I didn't find the 'make' file in any path. So pity. Is there anyone could help me T_T

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

Hey , buddy . I have solve the problem by install JVM. I think you can try it.

mahayat commented 2 years ago

@LewisDong6522 @ikarosilva How to solve this issue in MacBook Pro?