Re: [OctDev] Problem with inputParser and anonymous functions for validators

2012-09-26 Thread Juan Pablo Carbajal
On Wed, Sep 26, 2012 at 6:48 PM, Juan Pablo Carbajal wrote: > On Wed, Sep 26, 2012 at 3:13 PM, Jose wrote: >> On 09/22/2012 03:51 PM, Juan Pablo Carbajal wrote: >>> Hi Jose, >>> >>> Ok, if the help here helps than I will transcribe it to the wiki... >>> though you could also do it! ;) >> >> Hello

Re: [OctDev] Problem with inputParser and anonymous functions for validators

2012-09-26 Thread Juan Pablo Carbajal
On Wed, Sep 26, 2012 at 3:13 PM, Jose wrote: > On 09/22/2012 03:51 PM, Juan Pablo Carbajal wrote: >> Hi Jose, >> >> Ok, if the help here helps than I will transcribe it to the wiki... >> though you could also do it! ;) > > Hello Juan Pablo. > > Thanks for the explanations, octave has one less secr

Re: [OctDev] Problem with inputParser and anonymous functions for validators

2012-09-26 Thread Jose
On 09/22/2012 03:51 PM, Juan Pablo Carbajal wrote: > Hi Jose, > > Ok, if the help here helps than I will transcribe it to the wiki... > though you could also do it! ;) Hello Juan Pablo. Thanks for the explanations, octave has one less secret for me now ;). About putting this to the wiki, I defin

Re: [OctDev] Problem with inputParser and anonymous functions for validators

2012-09-22 Thread Juan Pablo Carbajal
On Sat, Sep 22, 2012 at 11:30 AM, Jose wrote: > On 09/22/2012 11:44 AM, Juan Pablo Carbajal wrote: >> >> >> @Jose: You know you can edit the help of these functions yourself? Let >> me know if you do not know and need some help to ge the hands on it. > > > Let's say that I have an intuition about

Re: [OctDev] Problem with inputParser and anonymous functions for validators

2012-09-22 Thread Jose
On 09/22/2012 11:44 AM, Juan Pablo Carbajal wrote: > > @Jose: You know you can edit the help of these functions yourself? Let > me know if you do not know and need some help to ge the hands on it. Let's say that I have an intuition about how to do it, but no "official" instructions (which I'd lik

Re: [OctDev] Problem with inputParser and anonymous functions for validators

2012-09-22 Thread Juan Pablo Carbajal
On Fri, Sep 21, 2012 at 10:09 PM, Ben Abbott wrote: > On Sep 21, 2012, at 2:59 PM, Jose wrote: > >> Hello. >> >> On 09/21/2012 09:33 PM, Ben Abbott wrote: >> >>> What you need to do is either >>> >>> (1) addRequired (p, "pack", val) >>> >>> or >>> >>> (2) addRequired (p, "pack", @(x)ischar(x)) >>>