OOP load update
John W. Eaton
jwe at octave.org
Tue May 5 21:09:10 CDT 2009
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
More information about the Octave-maintainers
mailing list