octave-maintainers
[Top][All Lists]
Advanced

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

Re: 3.2.1 release candidate 4


From: Jaroslav Hajek
Subject: Re: 3.2.1 release candidate 4
Date: Thu, 2 Jul 2009 20:02:27 +0200

On Thu, Jul 2, 2009 at 4:59 PM, WMennerich<address@hidden> wrote:
>
> Would it be possible to include a bugfix for this topic:
> http://www.nabble.com/Error-with-function-handles-of-object-methods-to24185732.html
> ?

First of all, it is obviously only possible to apply patches that
exist, and I'm not aware of any. Second, I think this is more of a
missing feature than a bug. I intend to address this eventually and
already have an (hopefully) elegant idea how to do it, but I'm not
sure this will go into 3.2.x at all. Surely not 3.2.1, which is just
behind the door.

> Without that working function handles, a lot of usefull stuff will not work.
> E.g., if you have a cell array of ojects, you can use the cellfun function
> to let all objects do a certain operation.

A possible workaround is to use @(varargin) method(varargin{:}) rather
than @method. This is less efficient and less readable, but at least
working.

> I'm working in mobile comunications and my objects are mobilestations,
> basestations, etc.
> Together with parcellfun() from Octaveforcge there are powerfull options
> available, but only with function handles of object methods which gives only
> an error in octave v3.2 .
>
> W.

If you really miss a particular feature, your most straightforward options are:
1. implement it yourself
2. make a donation for someone to do it for you and make it a priority
3. just wait

regards

-- 
RNDr. Jaroslav Hajek
computing expert & GNU Octave developer
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz


reply via email to

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