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?

采纳的回答

Babak
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 个评论
Walter Roberson
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 CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by