[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.
- Re: after 3.2, (continued)
- Re: after 3.2, Rafael Laboissiere, 2009/03/15
- Re: after 3.2, John W. Eaton, 2009/03/15
- Re: after 3.2, Rafael Laboissiere, 2009/03/15
- Re: after 3.2, Jaroslav Hajek, 2009/03/15
- Re: after 3.2, Thomas Weber, 2009/03/15
Re: after 3.2, Jason Riedy, 2009/03/16
Re: after 3.2, dbateman, 2009/03/12
Re: after 3.2, Ben Abbott, 2009/03/12
- Re: after 3.2,
Michael Goffioul <=