setarg
バージョン 1.0.0.0 (1.09 KB) 作成者:
Ivar Eskerud Smith
Set value for value/argument pair in varargin/cellstring.
See also getarg, hasarg
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 Answers で Argument Definitions についてさらに検索
タグ
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 |
