help-octave
[Top][All Lists]
Advanced

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

Re: bug in 2.1.57 using save/load -mat-binary


From: David Bateman
Subject: Re: bug in 2.1.57 using save/load -mat-binary
Date: Wed, 24 Nov 2004 16:12:23 +0100
User-agent: Mutt/1.4.1i

According to Daniel Heiserer <address@hidden> (on 11/24/04):
> 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

How is this behaviour different from matlab itself? Under R12 I get

>> m234567890123456789012345678901234567890=1;
>> save crap.mat 
>> clear all
>> load crap.mat
>> whos
  Name                                  Size           Bytes  Class

  m234567890123456789012345678901       1x1                8  double array

Grand total is 1 elements using 8 bytes
>> m234567890123456789012345678901

m234567890123456789012345678901 =

     1

So this is the fault of the matlab file format not with octave...

Regards
D.

-- 
David Bateman                                address@hidden
Motorola CRM                                 +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 1 69 35 77 01 (Fax) 
91193 Gif-Sur-Yvette FRANCE

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



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