setarg

Set value for value/argument pair in varargin/cellstring. See also getarg, hasarg
178 Downloads
Updated 2 Mar 2012

View License

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 }

Cite As

Ivar Eskerud Smith (2026). setarg (https://uk.mathworks.com/matlabcentral/fileexchange/35417-setarg), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Argument Definitions in Help Center and MATLAB Answers
Version Published Release Notes
1.0.0.0