help-octave
[Top][All Lists]
Advanced

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

Re: classdef in octave 4.0


From: Laurent Hoeltgen
Subject: Re: classdef in octave 4.0
Date: Fri, 13 Mar 2015 20:39:13 +0100
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

Am 13.03.2015 um 13:13 schrieb Carnë Draug:
On 10 March 2015 at 08:28, Laurent Hoeltgen <address@hidden> wrote:
Hi,

I have been playing around with octave 4.0 rc1 on Win8 and noticed a few
things.
According to the docs, inputParser has a addParamValue method. Matlab
renamed it to addParameter some time ago (must have been between R2013a
and R2014a):

http://de.mathworks.com/help/matlab/ref/inputparser.addparamvalue.html

As far as I can see, addParameter is not (yet) supported in octave, right?
Correct.  The inputParser class in Octave 4.0 was actually written a few
years ago (using the old @classes), probably before this change.  Are you
sure this is just a rename of the method, that there is no other difference?
Could you supply a patch to support this?

Carnë

Hi,

as far as I can see, they added the option 'PartialMatchPriority' which seems to handle conflicts if partial parameter names are ambigous. Everything else seems to be identical.

I can try to provide a patch. But it might take some time because I'm rather busy busy at the moment and haven't had too much time lately to code.

Regards,
Laurent

reply via email to

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