필터 지우기
필터 지우기

help solve, MATLAB returns solve not found, what to do?

조회 수: 1 (최근 30일)
Arindum
Arindum 2013년 8월 23일
when asking for help about solve or syms command, MATLAB returns solve not found, or syms not found. Probably the Symbolic Math function toolbox is not working. Reinstalling MATLAB R2009a, doesn't solve the problem.
  댓글 수: 2
David Sanchez
David Sanchez 2013년 8월 23일
does the help for any other command work?
Andrei Bobrov
Andrei Bobrov 2013년 8월 23일
[EDIT] Comment by Arindum
Yes, and all other programs including simulations are working well.

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

채택된 답변

Walter Roberson
Walter Roberson 2013년 8월 23일
You either have not installed the Symbolic Toolbox, or you do not have a license for it, or it is not on your MATLAB path.
Use
which -all solve
to see if you have the solve routine but there is no license for it (it will say "no license")
Use
ver
to determine which toolkits you have installed.
Note: The Symbolic Toolbox license is included with MATLAB Student Version, but the toolbox is not installed by default. For the Academic and Professional licenses, the Symbolic Toolbox license is not included and must be purchased.

추가 답변 (1개)

David Sanchez
David Sanchez 2013년 8월 23일
Go to
Help -> Product Help
Try to find the documentation of syms and solve commands. If they do not show up, obviously there was a problem during the installation and they are not present on your system.
I am assuming the corresponding tool-box has been installed. Even when you can not get the help for solve and syms, can you use them in your command line?
  댓글 수: 1
Arindum
Arindum 2013년 8월 23일
The error 'solve not found' is obtained after I type help solve in the command line

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

카테고리

Help CenterFile Exchange에서 Assumptions에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by