help-octave
[Top][All Lists]
Advanced

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

bug in 2.1.57 using save/load -mat-binary


From: Daniel Heiserer
Subject: bug in 2.1.57 using save/load -mat-binary
Date: Wed, 24 Nov 2004 03:54:04 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040915

Hi,

>version
ans = 2.1.57

seems to be not able to save data correctly if the name is longer then 32 characters. If the data is reread into octave the name is truncated to 32 characters.
"-mat4-binary" as well as the octave file format seem to work.

best regards daniel


octave:13> m234567890123456789012345678901234567890=1
m234567890123456789012345678901234567890 = 1
octave:14> save -mat-binary crap.mat
octave:15> clear
octave:16> load crap.mat
octave:17> whos

*** currently compiled functions:

prot  type                       rows   cols  name
====  ====                       ====   ====  ====
 rwd  user-defined function         -      -  version

*** local user variables:

prot  type                       rows   cols  name
====  ====                       ====   ====  ====
rwd scalar 1 1 m234567890123456789012345678901



-------------------------------------------------------------
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]