I can use functions- "sym()" and "syms()".
1 view (last 30 days)
Show older comments
when I use functions-sym() and syms(), warning is that "Undefined function 'sym'/'syms' for input arguments of type 'char' ". why, and how I should modify it?
0 Comments
Answers (2)
Alexander
on 19 Mar 2013
The functions sym and syms are part of the Symbolic Math Toolbox. Are you sure that you have the Symbolic Math Toolbox installed?
0 Comments
vx2008
on 19 Mar 2013
1 Comment
Walter Roberson
on 19 Mar 2013
The Professional and Academic licenses do not include the Symbolic Math Toolbox; it is extra cost for those licenses for both the "a" and "b" releases.
The Student Version does include it, but does not install it by default. Historically, Student Versions have been released once per year, corresponding to the "a" release (with only one exception).
See Also
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!