octave-maintainers
[Top][All Lists]
Advanced

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

Re: Why does Octave ignore additional input arguments ?


From: Colin Macdonald
Subject: Re: Why does Octave ignore additional input arguments ?
Date: Tue, 9 Feb 2016 01:11:58 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0

On 08/02/16 23:56, Julien Bect wrote:
> but I find it annoying (and I would be perfectly happy with a default
> non-customized error message).

+1 for annoying.

I hadn't paid attention to this problem until recently; *not* looking
forward to doing this everywhere:

if (nargin > ...)
  print_usage ();
endif

Colin



reply via email to

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