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: Lukas Reichlin
Subject: Re: Classdef test required on Matlab
Date: Sun, 19 Jan 2014 18:36:43 +0100

On 19.01.2014, at 17:42, Michael Goffioul <address@hidden> wrote:

> Could someone test the following in Matlab? Put all files into a single dir, 
> then run "runAll".
> 
> Thanks,
> Michael.
> 
> <clA.m><clB.m><clC.m><runAll.m>

Here you go :-) R2013a on a Mac.

Cheers,
Lukas

>> runAll
>>> calling aa.getPropFromA
>>> clA::subsref

ans =

    10

>>> calling bb.getPropFromA
>>> clA::subsref

ans =

    10

>>> calling bb.getPropFromB
>>> clA::subsref

ans =

    10

>>> calling cc.getPropFromC
>>> clA::subsref

ans =

    10

>> 

reply via email to

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