| MATLAB Function Reference | ![]() |
Syntax
Description
This command can be used only inside the body of a function.
inputname( returns the workspace variable name corresponding to the argument number argnum)
argnum. If the input argument has no name (for example, if it is an expression instead of a variable), the inputname command returns the empty string ('').
Examples
Suppose the function myfun.m is defined as:
See Also
| inputdlg | inspect | ![]() |