Navigation

Operators and Keywords

Function List:

C++ API

Function File: p = AddParamValue (p, ...)

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