setarg

Set value for value/argument pair in varargin/cellstring. See also getarg, hasarg
178 descargas
Actualizado 2 mar 2012

Ver licencia

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 }

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2011b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Argument Definitions en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0