[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: classdef in octave 4.0
From: |
Carnë Draug |
Subject: |
Re: classdef in octave 4.0 |
Date: |
Fri, 13 Mar 2015 12:13:37 +0000 |
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ë