[Scilab-users] Name of function's input arguments

pierre vuillemin vuillemin.pierre.mobile at gmail.com
Wed May 29 22:49:26 CEST 2013


Hello,

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

function y = f(a,b)
..
endfunction

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" ?

Pierre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20130529/b2d84c77/attachment.htm>


More information about the users mailing list