defaultValue - set default value for optional arguments

Assigns default value to funtion optional input variable

現在この提出コンテンツをフォロー中です。

DEFAULTVALUE Assigns default value to funtion input variable
DEFAULTVALUE ('NAME',VAL) check if variable NAME doesn't exist or
is empty. If this is the case, it assigns it the value VAL.
DEFAULTVALUE ('NAME',VAL,EMPTYVAL) assigns value VAL to variable
NAME if it doesn't exists or value EMPTYVAL if it's empty.
NOTE: The variable value IS NOT the function output. The function must
be called without output

Example:
function c=sumab(a,b)
% This function can be called either with one or two input arguments
narginchk(1,2)
defaultValue('b',1)
c=a+b;

By Luca Amerio
luca.amerio@polimi.it
27/01/2016

引用

Luca Amerio (2026). defaultValue - set default value for optional arguments (https://jp.mathworks.com/matlabcentral/fileexchange/55120-defaultvalue-set-default-value-for-optional-arguments), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersProfile and Improve Performance についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0