milleratotago/Extra​ctNameVal

Tools for passing optional parameters and name/value pairs in MATLAB.
40 Downloads
Aktualisiert 4. Jan 2018

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.

Zitieren als

Jeff Miller (2024). milleratotago/ExtractNameVal (https://github.com/milleratotago/ExtractNameVal), GitHub. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2015b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Entering Commands finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versionen, die den GitHub-Standardzweig verwenden, können nicht heruntergeladen werden

Version Veröffentlicht Versionshinweise
1.0.0.0

Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.