Why function sym and syms dont work in R2012b?
3 次查看(过去 30 天)
显示 更早的评论
syms x y
Undefined function 'syms' for input arguments of type 'char'.
help syms
syms not found.
0 个评论
采纳的回答
Mischa Kim
2015-2-23
编辑:Mischa Kim
2015-2-23
Nikola, you probably don't have the Symbolic Math Toolbox installed/licensed. To check use
ver
to list all installed toolboxes. In addition, try
license('test','symbolic_toolbox')
to see if a license exists for the toolbox. The command returns a 1 if it exists, a 0 if it does not.
0 个评论
更多回答(2 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Assumptions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!