help-octave
[Top][All Lists]
Advanced

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

Re: mat file format for classdef objects


From: Antony Lee
Subject: Re: mat file format for classdef objects
Date: Sun, 8 Jun 2014 12:01:08 -0700

Does matio support classdef objects?  To be honest I haven't tried, but a cursory glance at the headers suggested that no.
Likewise, the mat public spec doesn't even mention mxOPAQUE_CLASS, which seems to be used for classdef classes (not mxOBJECT_CLASS).
Antony


2014-06-08 9:34 GMT-07:00 Jordi Gutiérrez Hermoso <address@hidden>:
On Sun, 2014-06-08 at 00:27 -0700, Antony Lee wrote:
> I would like to know if the Octave-team has been able to
> reverse-engineer, at least partially, the .mat format, for classdef
> objects.

There's no need to reverse engineer, the mat format is a public spec:

    http://www.mathworks.com/help/pdf_doc/matlab/matfile_format.pdf

We just haven't implemented this in Octave, because our classdef
support isn't complete either.

If you just want to read and write mat files and you don't care
whether Octave supports them or not, there's a standalone matio
library you can use:

    http://sourceforge.net/projects/matio/

- Jordi G. H.




reply via email to

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