|
From: | Michael Goffioul |
Subject: | Re: Classdef test required on Matlab |
Date: | Sun, 19 Jan 2014 17:03:45 -0500 |
> <clA.m><clB.m><clC.m><runAll.m>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.
>
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
>>
[Prev in Thread] | Current Thread | [Next in Thread] |