function myfun(x,y)
name = inputname(2);
disp(['The second argument is named ' name]);
