octave-maintainers
[Top][All Lists]
Advanced

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

Re: after 3.2


From: Michael Goffioul
Subject: Re: after 3.2
Date: Sat, 14 Mar 2009 10:26:23 +0100

On Fri, Mar 13, 2009 at 1:04 AM, Ben Abbott <address@hidden> wrote:
> Both addproperty and addlistener (as well as dellistener) are already
> available (and being used). However, I'd like to have a deleteproperty, so
> that properties needed on a temporary basis can be deleted when their no
> longer needed (we'd need a deleteable attribute added to such examples).
>
> Also, Matlab's addproperty has a different purpose.
>
>
>  http://www.mathworks.com/access/helpdesk/help/techdoc/ref/addproperty.html
>
> For compatibility with Matlab, Octave should use {set,get,is,rm}appdata.
>
>
>  http://www.mathworks.com/access/helpdesk/help/techdoc/ref/setappdata.html
>
>  http://www.mathworks.com/access/helpdesk/help/techdoc/ref/getappdata.html
>
>  http://www.mathworks.com/access/helpdesk/help/techdoc/ref/rmappdata.html
>
>  http://www.mathworks.com/access/helpdesk/help/techdoc/ref/isappdata.html

I would not use these to implement dynamic properties. The actual reference
should be

http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_oop/bq08quy.html#brffvja

Michael.



reply via email to

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