Bug#556652: octave can't load files created by libmatio

2010-03-02 Thread Sylvestre Ledru
Hello Bas, Le mardi 17 novembre 2009 à 14:26 +0100, Sylvestre Ledru a écrit : > Le mardi 17 novembre 2009 à 13:48 +0100, Bas Zoetekouw a écrit : > > Package: libmatio0 > > Version: 1.3.3-5 > > Severity: normal > > > > octave can't read compressed files written by libmatio. I'm not sure > > if th

Bug#556652: octave can't load files created by libmatio

2010-02-11 Thread Sylvestre Ledru
Hello Bas, Le mercredi 02 décembre 2009 à 09:41 +0100, Bas Zoetekouw a écrit : > Hi Sylvestre! > > You wrote: > > > > It is not an octave bug. I just tried with Scilab and it causes a > > > problem with Scilab too. > > > > Ah! Here's a bit more concise test case, which write only 1 integer: >

Bug#556652: octave can't load files created by libmatio

2009-12-02 Thread Sylvestre Ledru
Hello Bas, Le mercredi 02 décembre 2009 à 09:41 +0100, Bas Zoetekouw a écrit : > Hi Sylvestre! > > You wrote: > > > > It is not an octave bug. I just tried with Scilab and it causes a > > > problem with Scilab too. > > > > Ah! Here's a bit more concise test case, which write only 1 integer: > [

Bug#556652: octave can't load files created by libmatio

2009-12-02 Thread Bas Zoetekouw
Hi Sylvestre! You wrote: > > It is not an octave bug. I just tried with Scilab and it causes a > > problem with Scilab too. > > Ah! Here's a bit more concise test case, which write only 1 integer: [snip] > Attached are the output file from this program (foo.mat) and the fiel as > matlab itself s

Bug#556652: octave can't load files created by libmatio

2009-11-17 Thread Bas Zoetekouw
Hi Sylvestre! You wrote: > It is not an octave bug. I just tried with Scilab and it causes a > problem with Scilab too. Ah! Here's a bit more concise test case, which write only 1 integer: #include int main() { mat_t * mat = Mat_Open( "foo.mat", 0 ); if ( mat==NULL ) abort();

Bug#556652: octave can't load files created by libmatio

2009-11-17 Thread Sylvestre Ledru
Le mardi 17 novembre 2009 à 13:48 +0100, Bas Zoetekouw a écrit : > Package: libmatio0 > Version: 1.3.3-5 > Severity: normal > > octave can't read compressed files written by libmatio. I'm not sure > if this is a problem in libmatio or in octave, so feel free to > reassign as necessary. It is not

Bug#556652: octave can't load files created by libmatio

2009-11-17 Thread Bas Zoetekouw
Package: libmatio0 Version: 1.3.3-5 Severity: normal octave can't read compressed files written by libmatio. I'm not sure if this is a problem in libmatio or in octave, so feel free to reassign as necessary. The following program uses libmatio to write a simple data structure to a compressed mat