| Symbolic Math Toolbox | ![]() |
Syntax
r = findsym(S) r = findsym(S,n)
Description
findsym(S) returns all symbolic variables in S in alphabetical order, separated by commas. If S does not contain any variables, findsym returns an empty string.
findsym(S,n) returns the n variables alphabetically closest to x.
Note:
A symbolic variable is an alphanumeric name, other than i or j, that
begins with an alphabetic character.
|
findsym(sin(pi*t)) returns pi, t.
findsym(x+i*y-j*z) returns x, y, z.
findsym(a+y,1) returns y.
See Also
compose, diff, int, limit, taylor
| factor | finverse | ![]() |