octave-maintainers
[Top][All Lists]
Advanced

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

Re: [classdef] Can someone test this for me?


From: Michael Goffioul
Subject: Re: [classdef] Can someone test this for me?
Date: Tue, 15 Oct 2013 14:58:06 -0400

On Tue, Oct 15, 2013 at 2:06 PM, Серёжа Плотников <address@hidden> wrote:
New ML Session:

>> x = classderiv
x = 
  classderiv with no properties.
>> x.fun
ans =
     0
>> addpath a
>> x.fun
ans =
     0
>> y = classderiv
y = 
  classderiv with no properties.
>> y.fun
ans =
     0

Thank you. I appreciate your help. Those results are not exactly those I expected, so I'll ask you to run a few more tests.

Can you re-run the session above, but start with addpath, that is:

addpath a
x = classderiv
x.fun

Then edit classbase.m and remove the "Sealed" attribute and run the 2 sessions (make sure to restart Matlab between each session);

x = classderiv
x.fun
addpath a
x.fun
y = classderiv
y.fun

addpath a
x = classderiv
x.fun

Depending on the results, I may ask you (or if anyone else wants to do it) to run some more tests.

Thanks,
Michael.


reply via email to

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