Operators and Keywords
Function List:
C++ API
Alternative function for addRequired - Suitable for Matlab and any Octave version
Adds a required argument to the input scheme.
Example:
function myfun(varargin) p = inputParser; p = AddRequired(p, 's1', @ischar ); end
Package: ovisumesh