help-octave
[Top][All Lists]
Advanced

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

Re: genvarname.m


From: John W. Eaton
Subject: Re: genvarname.m
Date: Thu, 02 Oct 2008 16:14:33 -0400

On  2-Oct-2008, wlmd888 wrote:

| 
| Thanks for your reply!
| 
| For nargchk function,
| 
| In Octave, the function is defined as:
| 
| nargchk (NARGIN_MIN, NARGIN_MAX, N)
| 
| In Matlab, the function is defined as:
| MSGSTRUCT = NARGCHK(LOW,HIGH,N,'struct')
| MSG=NARGCHK(LOW,HIGH,N,'string')
| MSG = NARGCHK(LOW,HIGH,N)
| 
| So in matlab, it can accept more than 3 parameters, but in Octave, it can
| only accept 3 parameters.

OK.

I'd consider a patch.

jwe


reply via email to

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