[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
- OOP load update, Robert T. Short, 2009/05/05
- OOP load update, John W. Eaton, 2009/05/05
- Re: OOP load update, Robert T. Short, 2009/05/05
- Re: OOP load update, WMennerich, 2009/05/05
- Re: OOP load update, Robert T. Short, 2009/05/05
- Re: OOP load update, John W. Eaton, 2009/05/05
- Re: OOP load update, Robert T. Short, 2009/05/05
- Re: OOP load update,
John W. Eaton <=
- Re: OOP load update, Judd Storrs, 2009/05/05
- Re: OOP load update, Judd Storrs, 2009/05/05