Undefined function or variable 'matlabFunction'.

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 日

0 投票

If you have the Symbolic Math Toolbox from R2008a or later, you will have matlabFunction.

5 件のコメント

Svyatoslav Kharitonov
Svyatoslav Kharitonov 2017 年 4 月 3 日
MATLAB 2016a. I have even a corresponding file in the folder: \MATLAB\R2016a\toolbox\symbolic\symbolic
But still result is the same.
But if I check available toolboxes with a command VER, it is not listed. Can it be a problem?
Star Strider
Star Strider 2017 年 4 月 3 日
See if running these lines from your Command Window (or a script) solves the problem:
restoredefaultpath
rehash toolboxcache
Otherwise, you may need to Contact Tech Support.
Svyatoslav Kharitonov
Svyatoslav Kharitonov 2017 年 4 月 4 日
編集済み: Svyatoslav Kharitonov 2017 年 4 月 4 日
Symbolic Math Toolbox has reappeared after the command, but now I am getting another error:
An error occurred while trying to
determine whether "sym" is a function
name.
Error in Untitled (line 4)
syms x y
Caused by:
Cannot redefine class 'sym' without
a call to 'clear classes'.
end
Star Strider
Star Strider 2017 年 4 月 4 日
See if rebooting MATLAB solves that problem.
Svyatoslav Kharitonov
Svyatoslav Kharitonov 2017 年 4 月 4 日
Re-installation of MATLAB did solve the problem.

サインインしてコメントする。

Walter Roberson
Walter Roberson 2017 年 4 月 4 日

0 投票

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by