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

Can not run toolbox with Matlab R2015a #108

Open
edgerst opened this issue Aug 19, 2015 · 0 comments
Open

Can not run toolbox with Matlab R2015a #108

edgerst opened this issue Aug 19, 2015 · 0 comments

Comments

@edgerst
Copy link

edgerst commented Aug 19, 2015

Toolbox version 0-9-9 worked fine, but can not get version 0-9-10 to work on Matlab R2015a. Has anyone successfully run the RecordViewer in R2015a - I know some of the graphics have changed from R2014b.

Trying to run wfdbRecordViewer causes following error:
Undefined variable "javaWfdbRdsamp" or class "javaWfdbRdsamp.exec".

Error in rdsamp (line 197)
data=double(javaWfdbRdsamp.exec(wfdb_argument));

Error in wfdbRecordViewer>loadRecord (line 247)
[signal,Fs,tm]=rdsamp(fname);

Error in wfdbRecordViewer_wfdbRecordViewer_OpeningFcn (line 152)
loadRecord(records{current_record},handles);

Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});

Error in wfdbRecordViewer (line 42)
gui_mainfcn(gui_State, varargin{:});

My config is:
config =

   MATLAB_VERSION: '8.5.0.197613 (R2015a)'
         inOctave: 0
     WFDB_VERSION: '[10.5.24]'
   WFDB_JAVA_HOME: ' /Users/egerstenfeld/Documents/MATLAB/mcode/'
  WFDB_NATIVE_BIN: ' /Users/egerstenfeld/Documents/MATLAB/mcode/nativelibs/macosx/'
    EXECUTING_DIR: ' null'
           osName: 'macosx'
       fullOsName: ' Mac OS X'
           osArch: ' x86_64'
   customArchFlag: ' false'
        OSVersion: ' 10.9.5'
       JVMVersion: ' 1.7.0_60]'
      MATLAB_PATH: '/Users/egerstenfeld/Documents/MATLAB/mcode/'
WFDB_JAVA_VERSION: 'wfdb-app-JVM7-0-9-10.jar'
      DEBUG_LEVEL: 0
NETWORK_WAIT_TIME: 1000
      MATLAB_ARCH: 'maci64'
        WFDB_PATH: '. /Users/egerstenfeld/Documents/MATLAB/mcode/../database/ http://physionet.org/physiobank/database/'
          WFDBCAL: ' /Users/egerstenfeld/Documents/MATLAB/mcode//database/wfdbcal'
   WFDB_CUSTOMLIB: 0
     CACHE_SOURCE: 'http://physionet.org/physiobank/database/'
       CACHE_DEST: '/Users/egerstenfeld/Documents/MATLAB/mcode/../database/'
            CACHE: 1

Ed

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

1 participant