フィルターのクリア

kroneckerDelta is not in my Matlab R2020b

2 ビュー (過去 30 日間)
Ahmed Aburakhia
Ahmed Aburakhia 2021 年 1 月 29 日
回答済み: Walter Roberson 2021 年 1 月 29 日
Hello,
I have ensured that the Symbolic Math Toolbox is installed in my machine by the ver command but when I use this function
syms m n
m = n;
kroneckerDelta(m,n)
I get this:
Unrecognized function or variable 'privBinaryOp'.
Error in sym/kroneckerDelta (line 25)
Z = privBinaryOp(M, N, 'symobj::vectorizeSpecfunc', 'kroneckerDelta', '0');
Any idea what is the problem.

回答 (1 件)

Walter Roberson
Walter Roberson 2021 年 1 月 29 日
Either the symbolic toolbox installation is corrupt (or path is messed up), or else you have a mix of MATLAB and Maple symbolic toolboxes.

カテゴリ

Help Center および File ExchangeMathematics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by