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

wfdb-toolbox not working with Matlab R2017b #160

Closed particlewizard closed 5 years ago

particlewizard commented 6 years ago

Tested with wfdb-app-toolbox-0-9-10 and wfdb-app-toolbox-0-10-0, on Matlab R2015b and R2017b, in all cases on same PC running Windows 10 Home. In R2017b (not R2015b), I get the following error message when trying to call rdann (I have not tried other functions):

Error using wfdbloadlib (line 98) Cannot load on unsupported JVM: Java 1.8.0_121-b13 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode

Error in getWfdbClass

Error in rdann (line 103) javaWfdbExec=getWfdbClass('rdann');

bemoody commented 5 years ago

This issue was fixed in version 0.10.0. After upgrading, you may need to exit and restart Matlab (and, of course, be sure you don't have an old version of thehe toolbox in your Matlab path somewhere.)