Member of the support class.
d = nargchk(a, b, c)
Determines whether an input argument is in a given range.
| Name | Description |
| a | Specifies the lower end of the range. a is a positive integer. |
| b | Specifies the upper end of the range. b is a positive integer. |
| c | Specifies a positive integer. |
| Name | Description |
| d | Returns an empty string if c is between a and b, inclusive. Otherwise, this function returns Out of range. |
D = nargchk(2, 5, 6)