필터 지우기
필터 지우기

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 CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by