Inputs Parser made easy

バージョン 1.1.0.0 (3.91 KB) 作成者: Nikolay S.
Load user inputs into calling environment variables/parameters easily.
ダウンロード: 438
更新 2014/1/6

ライセンスの表示

The goal of this function is allow easy and intuitive parsing of user inputs. The function supports three common way to pass variables to functions:
(1) "Name value" pairs- the "variable name" string is followed by the "variable value". The inputs orders is arbitrary, and the user can specify the relevant inputs.
(2) Structure input- the structure field names will specify the variable name, and field content is the variable value.
(3) Regular case, where variables name is defined by their position in function call.
Both methods "name-value" pairs and structure can be combined. User are advised to load default values, before calling this function, to guarantee all variable are initialized.
User inputs will be interpreted by the default Matlab way, only if none of the inputs was interpreted by the other two methods.
Note: Matlab "inputParser" does basically the same, but I find my function easier to use.

引用

Nikolay S. (2025). Inputs Parser made easy (https://jp.mathworks.com/matlabcentral/fileexchange/44882-inputs-parser-made-easy), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2013a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersString Parsing についてさらに検索
タグ タグを追加
謝辞

ヒントを与えたファイル: embedVideo2Video.zip

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

Some bug fixes and minor improvements

1.0.0.0