Unrecognized function or variable 'pdeCoefficients'.
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello!!
I am testing this example: https://es.mathworks.com/help/symbolic/solve-partial-differential-equation-of-nonlinear-heat-transfer.html
The problem is that I am having this error: Unrecognized function or variable 'pdeCoefficients'.
I do not understand why MATLAB is not recognizing this function when I have installed the corresponding toolbox: Symbolic Math Toolbox (Version 8.6)
Can anyone help me find the solution?
댓글 수: 0
답변 (1개)
Gargi Patil
2021년 8월 31일
Hi!
The version number you have provided refers to MATLAB R2015b. However, the function pdeCoeffecients was introduced in R2021a and will not be accessible by Symbolic Math Toolbox (Version 8.6). The release information for a particular function can be found at the end of the relevant documentation.
You can resolve this error by installing the latest version of the toolbox.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!