nargoutchk

Type: External

Group: system

Syntax

nargoutchk(min, max, no of output args)

Description

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

Examples

NARGOUTCHK(1, 3, NARGOUT)

See Also

nargchk