Filter löschen
Filter löschen

kroneckerDelta is not in my Matlab R2020b

2 Ansichten (letzte 30 Tage)
Ahmed Aburakhia
Ahmed Aburakhia am 29 Jan. 2021
Beantwortet: Walter Roberson am 29 Jan. 2021
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.

Antworten (1)

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

Kategorien

Mehr zu Mathematics finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by