Aside from parsing the function file, is there a way to get the names of the input and output arguments to a function in matlab?
For example, given the following fun
inputname(argnum) http://www.mathworks.com/help/techdoc/ref/inputname.html .
inputname(argnum)