help-octave
[Top][All Lists]
Advanced

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

Re: Which behavior should I expect when using inputParser?


From: Juan Pablo Carbajal
Subject: Re: Which behavior should I expect when using inputParser?
Date: Wed, 18 Jun 2014 13:41:43 +0200

On Wed, Jun 18, 2014 at 7:55 AM, Damian <address@hidden> wrote:
>> I do not understand how do you want to use it. Indeed if you put true
>> in KeepUnmatched then it might end up there...when it was unmatched.
>> Lets start over again. What are you trying to accomplish?
> I just want to specify an optional parameter. That's it. I'm trying to
> do it in the way I described in my first mail.
I see little difference between an optional parameter and a parameter
that has a default value.
So using addParamValue is enough. If you want to check whether the
parameter was given or not you can check the UsingDefaults field.
Would that be a workaround?



reply via email to

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