You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Returns a listing of function argument names
ARGSOUT = SIGNATURE.ARGOUT(FUN) returns a list of output arguments in the mfile corresponding to FUN
ARGSIN = SIGNATURE.ARGIN(FUN) returns a list of input arguments in the mfile corresponding to FUN
The latter also works for anonymous functions. For example:
signature.argin(@(x,y,z) z+y+x)
ans =
'x' 'y' 'z'
Cite As
Peter Cotton (2026). signature (https://www.mathworks.com/matlabcentral/fileexchange/28489-signature), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (2.83 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
