<div dir="ltr"><div><div><div><div><div>Hello,<br><br></div>I would like to know if there exists a way to get the name of function's inputs arguments, i.e., if I have the following function<br><br></div>function y = f(a,b)<br>
..<br></div>endfunction<br><br></div>and that I call it like y = f(var1,var2), is it possible to know, inside my function f, that the first input argument a is called "var1" and that the second one is called "var2" ?<br>
<br></div>Pierre<br></div>