Undefined function or variable 'matlabFunction'.

3 次查看(过去 30 天)
Dear all,
I am trying to use 'matlabFunction' feature to convert a symbolic expression into the function. I used an example, given in a help file:
syms x y
r = sqrt(x^2 + y^2);
ht = matlabFunction(sin(r)/r, cos(r)/r)
However, what I always get, is a error message: Undefined function or variable 'matlabFunction'.
I am sure, Symbolic Math Toolbox is installed, cause in the uninstall menu all of the toolboxed as checked as available.
Any suggestions how to make it working?
Thank you in advance!

回答(2 个)

Star Strider
Star Strider 2017-4-3
If you have the Symbolic Math Toolbox from R2008a or later, you will have matlabFunction.
  5 个评论

请先登录,再进行评论。


Walter Roberson
Walter Roberson 2017-4-4
A couple of people have reported this in the past for R2016a. The solution appears to be to reinstall the Symbolic Toolbox

类别

Help CenterFile Exchange 中查找有关 Assumptions 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by