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 46 forks source link

Avoid use of java2mat #179

Closed bemoody closed 2 years ago

bemoody commented 3 years ago

The java2mat function has been removed in Octave 6.0; work around this by defining a wrapper wfdbjava2mat.

This will only work (and is only needed) for numeric data. As far as I know, java2mat has always been a no-op for string data.

bemoody commented 2 years ago

Matlab says

Error: File: /home/vmuser/wfdb-app-toolbox/mcode/wfdbjava2mat.m Line: 21
Column: 16
Invalid text character. Check for unsupported symbol, invisible character, or
pasting of non-ASCII characters.

i cannot make this \$#!\&* up