Navigation

Operators and Keywords

Function List:

C++ API

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

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