Tools for passing optional parameters and name/value pairs in MATLAB.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
A simple, handy function that you call to help your function process each of its optional 'NAME' and 'NAME'/value pair arguments (that is, call this function once for each of your optional arguments). No other set-up is required except for calling this function. You simply pass the function: (o) the name of the parameter it should check for, (o) the default value to be returned if that parameter is not specified, (o) the values of varargin passed to your function, and (o, optionally) a check on the value specified for the argument. This function returns the value given in the 'NAME'/value pair if one is found, and it returns your default otherwise.
Cite As
Jeff Miller (2026). milleratotago/ExtractNameVal (https://github.com/milleratotago/ExtractNameVal), GitHub. Retrieved .
General Information
- Version 1.0.0.0 (4.4 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
