https://ww2.mathworks.cn/help/matlab/matlab_prog/validate-required-and-optional-positional-arguments.html

optional arg

arguments
	attr [typeMark] = defVal
end

unused optional arg

function f([arg...,] ~)
  ...
end