nargchk

Type: External

Group: system

Syntax

nargchk(min, max, no of input args)

Description

Checks that the number of input args is between min and max

Examples

NARGOUTCHK(1, 3, NARGIN)

See Also

nargoutchk