필터 지우기
필터 지우기

what can I do for error in using syms command

조회 수: 1 (최근 30일)
armin
armin 2012년 11월 17일
in my program I used this command syms t
and when I RUN this program in command window this error was appeared
"Undefined function 'syms' for input arguments of type 'char'." how can I fix it?

답변 (1개)

Walter Roberson
Walter Roberson 2012년 11월 17일
편집: Walter Roberson 2012년 11월 17일
You need to have the Symbolic Mathematics Toolbox installed and licensed.
The Symbolic Toolbox is included in the Student Version (but might not be installed by default), but is an optional (extra-cost) package for the other classes of MATLAB license.
Try
which -all syms
If it shows a file then you might already have the toolbox installed, in which case it would be a license matter.

카테고리

Help CenterFile Exchange에서 Conversion Between Symbolic and Numeric에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by