help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with 2.1.57 loading Octave binary format data file


From: Dmitri A. Sergatskov
Subject: Re: Problem with 2.1.57 loading Octave binary format data file
Date: Thu, 01 Apr 2004 10:01:33 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115

David Bateman wrote:
Another thing is that the code that does the saving is now distributed
into the classes of the octave_values themselves. Therefore the situation
might be different if you save a complex_matrix, bool_matrix, or struct.
Could you try each individually?


I did. Loading binary file fail. Note that saving/loading of mat4-binary works.
E.g.:


octave:19> f=z+i*z
f =

 Columns 1 through 7:

   1 +  1i   2 +  2i   3 +  3i   4 +  4i   5 +  5i   6 +  6i   7 +  7i

 Columns 8 through 10:

   8 +  8i   9 +  9i  10 + 10i

octave:20> save -binary f f
octave:21> load -force f
error: load: trouble reading binary file `f'
octave:21> save -mat4-binary f f
octave:22> load -force f
octave:23>

Regards
David


Regards,

Dmitri.

p.s. If anything I would suspect glibc (2.2.5) rather than gcc



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]