Why function sym and syms dont work in R2012b?
조회 수: 1 (최근 30일)
이전 댓글 표시
syms x y
Undefined function 'syms' for input arguments of type 'char'.
help syms
syms not found.
댓글 수: 0
채택된 답변
Mischa Kim
2015년 2월 23일
편집: Mischa Kim
2015년 2월 23일
Nikola, you probably don't have the Symbolic Math Toolbox installed/licensed. To check use
ver
to list all installed toolboxes. In addition, try
license('test','symbolic_toolbox')
to see if a license exists for the toolbox. The command returns a 1 if it exists, a 0 if it does not.
댓글 수: 0
추가 답변 (2개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Assumptions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!