inputname
Get variable name of function input.
Syntax
s = inputname(argNumber)
Input argument
argNumber - a scalar, real, positive integer value: Number of function input argument
Output argument
s - character vector: variable name
Description
inputname get variable name of function input.
inputname is only useable within a function
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated