Alternative function for addParamValue - Suitable for Matlab and any Octave version
Adds a name-value argument to the input scheme.
Example:
function myfun(varargin) p = inputParser; p = AddParamValue(p, 'LineWidth', 0.5 , @isnumeric ); end
See also: inputParser, addParamValue.
Package: ovisumesh