my matlab does not recognize the function sym. how can I solve this problem?

조회 수: 8 (최근 30일)
my matlab does not recognize the function sym:
sym x; f=3*x
??? Undefined function or method 'sym' for input arguments of type 'char'.
Error in ==> Untitled at 1 sym x;
how can I solve this problem?

채택된 답변

Babak
Babak 2012년 11월 29일
편집: Babak 2012년 11월 29일
you need to purchase the Symbolic Math Toolbox.
You probably don't have it.
check
syms x;
  댓글 수: 2
Babak
Babak 2012년 11월 29일
run this in the command window:
>> ver
you'll see the toolboxes you are licensed to use.
Walter Roberson
Walter Roberson 2012년 11월 29일
The Symbolic Math Toolbox is extra cost in every MATLAB -except- the Student Version, but in the Student Version it is not necessarily installed by default.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by