my matlab does not recognize the function sym. how can I solve this problem?
4 次查看(过去 30 天)
显示 更早的评论
my matlab does not recognize the function sym:
sym x; f=3*x
??? Undefined function or method 'sym' for input arguments of type 'char'.
Error in ==> Untitled at 1 sym x;
how can I solve this problem?
0 个评论
采纳的回答
Babak
2012-11-29
编辑:Babak
2012-11-29
you need to purchase the Symbolic Math Toolbox.
You probably don't have it.
check
syms x;
2 个评论
Babak
2012-11-29
run this in the command window:
>> ver
you'll see the toolboxes you are licensed to use.
Walter Roberson
2012-11-29
The Symbolic Math Toolbox is extra cost in every MATLAB -except- the Student Version, but in the Student Version it is not necessarily installed by default.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!