search for: read_octave_unknown

Displaying 1 result from an estimated 1 matches for "read_octave_unknown".

2012 Mar 27
1
read.octave fails with data from Octave > 3.2.X
...oblems with the ASCII data format exported by new versions of Octave (later than 3.2.X). It fails even for a simple case as: [Octave code:] octave:1> x=1; octave:2> save -ascii testdata.mat x [Now in R:] > octavedata <- read.octave('testdata.mat') Mensajes de aviso perdidos In read_octave_unknown(con, type) : cannot handle unknown type '' In this simple case I guess that the problem is that new versions Octave append two blank lines after each variable, and this confuses the current implementation of read.octave() The problem is worse if the saved variables include other types as...