setarg

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 (2026). setarg (https://jp.mathworks.com/matlabcentral/fileexchange/35417-setarg), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2011b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersArgument Definitions についてさらに検索
バージョン 公開済み リリース ノート
1.0.0.0