Member of the support class.
d = nargoutchk(a, b, c)
Determines whether an output 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. Otherwise, this function returns error text. |