Check the number of arguments to a function
Version 1.0.0.0 (1.31 KB) by
Richie Cotton
Prettify checking the number of arguments to a function.
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 (2024). 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 .
MATLAB Release Compatibility
Created with
R2010a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Argument Definitions in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |