You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
nargchk is used almost exclusively in one way:
error(nargchk(minargs, maxargs, nargin, 'struct'));
The third and fourth arguments are always the same, and you always wrap it in an error call.
This stupidly simple function saves you typing, and prettifies your code by wrapping the above line into something more readable, namely
CheckNumberArgs(minargs, maxargs);
Cite As
Richie Cotton (2026). Check the number of arguments to a function (https://www.mathworks.com/matlabcentral/fileexchange/27061-check-the-number-of-arguments-to-a-function), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.31 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
