OOP load update

Judd Storrs storrsjm at email.uc.edu
Tue May 5 22:57:26 CDT 2009


On Tue, May 5, 2009 at 4:57 PM, WMennerich <W.Mennerich at gmx.net> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www-old.cae.wisc.edu/pipermail/octave-maintainers/attachments/20090505/cea1f43a/attachment.html 


More information about the Octave-maintainers mailing list