Navigation

Operators and Keywords

Function List:

C++ API

Function File: inputname (n)

Return the name of the n-th argument to the calling function.

If the argument is not a simple variable name, return an empty string. inputname may only be used within a function body, not at the command line.

See also: nargin, nthargout.

Package: octave