octave-maintainers
[Top][All Lists]
Advanced

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

Re: OOP load update


From: John W. Eaton
Subject: Re: OOP load update
Date: Tue, 5 May 2009 22:09:10 -0400

On  5-May-2009, Robert T. Short wrote:

| I need to experiment more just to try to characterize this thing.  Right 
| now octave works pretty much just like MATLAB.  If you have a class 
| FooBar that has inheritance and do
| 
|  > fubar=FooBar()
|  > save foobarfile fubar
|  > exit
| 
| (start {MATLAB,octave} again)
|  > load foobarfile
| error:  (some error message about not being able to do this)
| 
| but if you do
|  > FooBar()
|  > load foobarfile
| 
| everything works.

What version of Matlab do you have?

jwe


reply via email to

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