help-octave
[Top][All Lists]
Advanced

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

Re: 'octave' and 'matio'


From: David Bateman
Subject: Re: 'octave' and 'matio'
Date: Wed, 03 Aug 2011 14:57:53 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11

On 08/03/2011 09:43 AM, Jordi Gutiérrez Hermoso wrote:
> Anyways, my question was, we can already read and write mat files, are
> we doing it incorrectly or insufficiently enough to warrant throwing
> out out code or merging it with theirs? What's to be gained by this
> development?
> 


Matio can read/write matlab V7.3 files, which are a matlab wrapper
around HDF5. Octave currently can't do that. So this is one major reason
to convert to use matio.

There's also a residual bug in Octave for zipped matfile's that I can't
seem to fix, see

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

that would probably be fixed by using matio.

However, matio can't treat matlab objects, such as anonymous functions
and so if we convert to matio we'd have to reimplement objects.

D.


reply via email to

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