Documentation


~Example:

syms f(x, y)
f(x, y) = x + y;
argnames(f)
 
ans =
	[ x, y]