octave-maintainers
[Top][All Lists]
Advanced

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

Re: OOP load update


From: Judd Storrs
Subject: Re: OOP load update
Date: Tue, 5 May 2009 23:57:26 -0400

On Tue, May 5, 2009 at 4:57 PM, WMennerich <address@hidden> wrote:
Matlab cares only about the first tier of fields of the classes because the
content of these fields is not fixed. That means that

a.b=0
a.c=0

and


d.b.f=0
d.c=0

are two structures 'a' and 'd' which give the 'same' class in matlab

I confirm this observation. This underscores the idea that matlab classes only track field names of the class struct members. The same member could be a cell or a struct or a matrix in different objects of the same class simultaneously.

--judd

reply via email to

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