[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #34676] saving matlab binary V6 truncates vari
From: |
Josh Rigler |
Subject: |
[Octave-bug-tracker] [bug #34676] saving matlab binary V6 truncates variable names to 31 characters |
Date: |
Fri, 28 Oct 2011 16:50:42 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1 |
URL:
<http://savannah.gnu.org/bugs/?34676>
Summary: saving matlab binary V6 truncates variable names to
31 characters
Project: GNU Octave
Submitted by: riglerej
Submitted on: Fri 28 Oct 2011 04:50:41 PM GMT
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Matlab Compatibility
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 3.4.2
Operating System: GNU/Linux
_______________________________________________________
Details:
If one has variable names longer than 31 characters they get truncated when
using the default matlab binary save option (i.e., "save -mat-binary
filename.mat *"). I also tried "save -V6 filename.mat *" (got the same
result), and "save -V7 filename.mat *" (this retained long variable names, but
it compresses the binary file, which takes a very long time when the Octave
session holds on the order of GB of data).
FWIW, I originally posted a bug report about this ~6 years ago, and thought
the problem had been fixed then. It seems like this might be a regression.
-EJR
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?34676>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #34676] saving matlab binary V6 truncates variable names to 31 characters,
Josh Rigler <=