M-functions and scripts
Built-in functions › Programming and data types › M-functions and scripts
5 functions in this category.
| Function | What it does |
|---|---|
mfilename | Name of the currently executing script or function. |
nargchk | Validate the number of input arguments. |
nargin | Number of input arguments passed to the current function. |
nargout | Number of output arguments requested by the caller. |
nargoutchk | Validate the number of output arguments. |