setarg

버전 1.0.0.0 (1.09 KB) 작성자: Ivar Eskerud Smith
Set value for value/argument pair in varargin/cellstring. See also getarg, hasarg
다운로드 수: 178
업데이트 날짜: 2012/3/2

라이선스 보기

Set value for value/argument pair in varargin/cellstring.

If the argument does not exist it will be appended, if it exists it will be given the new specified value.

Ex:
args={'option1',true,'option2',false};
args = setarg(args,'option1',false);
args = setarg(args,'option3',false);

%args is now:
%args = { 'option1', false, 'option2', %false, 'option3', false }

인용 양식

Ivar Eskerud Smith (2024). setarg (https://www.mathworks.com/matlabcentral/fileexchange/35417-setarg), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Argument Definitions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0