octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #32167] Cannot load all matlab's .mat file


From: David Bateman
Subject: [Octave-bug-tracker] [bug #32167] Cannot load all matlab's .mat file
Date: Sun, 06 Feb 2011 14:41:36 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009091010 Iceweasel/3.0.14 (Debian-3.0.14-1)

Follow-up Comment #5, bug #32167 (project octave):

After having looked at this for a few hours I don't understand what is going
on, but we probably need to directly use the zlib inflate function rather than
the uncompress utility function to allow fine detail on how we uncompress the
data.

Thinking about it, I wonder if we aren't just better off taking the matio
(http://sourceforge.net/projects/matio/) library that also knows how to read
matlab v7.3 files and using it to replace all of the Octave matfile code. The
only disadvantage I see of doing this is that matio doesn't know how to handle
matlab Objects and so saving/loading anonymous function handles and function
handles would need to be added to matio code to allow it to be used with
Octave, but that might be easier than getting the matlab v7.3 stuff right
ourselves. Though this should be thought about for 3.5 rather than 3.4

In any case I'll try again to fix this using directly the zlib inflate
function as a quick fix for 3.4

D.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32167>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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