Documentation


Find symbolic variables in symbolic input

syms wa wb yx ya
sum = wa + wb + ya + yx;
symvar(sum)
 
ans =
	[ wa, wb, ya, yx]