Undefined command/function 'solve'

조회 수: 1 (최근 30일)
Cristian
Cristian 2012년 11월 18일
Hi, I have a problem when try to use the command '*solve*'.
I have the following line:
double(solve('1=2*sin(m)'))
Produces this error message:
??? Undefined command/function 'solve'.
Can help me?
Sorry for my English. Thank you.

채택된 답변

Walter Roberson
Walter Roberson 2012년 11월 18일
Solve is part of the Symbolic Mathematics Toolbox, which needs to be installed and licensed. The Symbolic Mathematics Toolbox is included with the Student Version (but is not necessarily installed by default), but is extra cost for the Academic and Commercial versions.
  댓글 수: 5
bym
bym 2012년 11월 18일
It appears so...
Walter Roberson
Walter Roberson 2012년 11월 18일
Try
which -all syms
and see if it says it is there, and see if it also reports "no license".

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by