Inputs Parser made easy

버전 1.1.0.0 (3.91 KB) 작성자: Nikolay S.
Load user inputs into calling environment variables/parameters easily.
다운로드 수: 437
업데이트 날짜: 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. (2024). Inputs Parser made easy (https://www.mathworks.com/matlabcentral/fileexchange/44882-inputs-parser-made-easy), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2013a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 String 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