octave-maintainers
[Top][All Lists]
Advanced

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

Re: Classdef test required on Matlab


From: Michael Goffioul
Subject: Re: Classdef test required on Matlab
Date: Mon, 20 Jan 2014 10:41:23 -0500

On Mon, Jan 20, 2014 at 10:39 AM, Kai Torben Ohlhus <address@hidden> wrote:
On Mon, Jan 20, 2014 at 4:28 PM, Michael Goffioul <address@hidden> wrote:

Could anyone run the modified tests (runAll)? Thanks.


>> ver
----------------------------------------------------------------------------------------------------
MATLAB Version: 8.2.0.701 (R2013b)
Operating System: Linux 3.11.0-15-generic #23-Ubuntu SMP Mon Dec 9 18:17:04 UTC 2013 x86_64
Java Version: Java 1.7.0_11-b21 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
----------------------------------------------------------------------------------------------------

>> runAll
>>> calling getPropFromA(aa)

ans =

    10

>>> calling getPropFromA(bb)

ans =

    10

>>> calling getPropFromB(bb)

ans =

    10

>>> calling getPropFromC(cc)
>>> clA::subsref

ans =

    10

>>> calling getPropFromA(dd)
>>> clA::getPropFromA forward to owned object

ans =

    10

>>> calling aaArr(2,2)
>>> clA::subsref

ans =

    10 

Thank you. This confirms my initial thought.

Michael.


reply via email to

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