help-octave
[Top][All Lists]
Advanced

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

Re: Loading .mat file question


From: Geordie McBain
Subject: Re: Loading .mat file question
Date: Wed, 09 Aug 2006 11:02:17 +1000

On Tue, 2006-08-08 at 11:57 -0700, frank wang wrote:
> I am using Octave 2.9.7. The mat file I tried to load containing a
> matlab class. After I remove it, then I can load. So the question is
> does octave supports matlab class object?

No.

>  How can I load such object saved by matlab in mat file?

Save (in Matlab) the fields of the object individually in some plain
kind of format?  (Do Matlab's objects have fields?  I wouldn't have a
clue, but I presume they're mostly glorified structures, right?).

I don't think there's any easy fix here.  Implementing classes for
Octave compatible with Matlab's might be good (it'd fix your problem,
for example), but I read very poor reviews of Matlab's implementation of
classes.

-- 
Geordie McBain
www.aeromech.usyd.edu.au/~mcbain




reply via email to

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