octave-maintainers
[Top][All Lists]
Advanced

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

Re: [OctDev] Octave inputParser


From: Felipe G. Nievinski
Subject: Re: [OctDev] Octave inputParser
Date: Thu, 19 Dec 2013 10:31:43 -0200

I've uploaded a version compatible with matlab:
<https://savannah.gnu.org/bugs/?37650>

it passes tests like:
p = inputParser();
p.addRequired("req",@isnumeric);
p.addParamValue ("line", "tree");
p.parse(10, "line","circle");
assert(p.Results, struct("req",10, "line","circle"));

if you could please give it a try; the tests can be ran as:
test @inputParser/inputParser

Thanks,
-F.

reply via email to

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