From: Carnë D. <car...@gm...> - 2012-09-05 14:41:58
|
On 5 September 2012 16:18, Søren Hauberg <so...@ha...> wrote: > > On Sep 5, 2012, at 4:09 PM, Nicholas Musolino wrote: >> (a) Do users prefer function inputs with the (..."keyword", value) style, or the traditional ordered list of values? > > I don't think there are hard rules here. I tend to use "keyword", value for optional parameters and the ordered list for the "standard" parameters. Look into the @inputParser class (general package) for an easy way to implement this. About your other questions, I'll subscribe to what Søren has just said. Carnë |