Why doesn't my MATLAB exist sym, syms or solve,... function ?
조회 수: 4 (최근 30일)
이전 댓글 표시
>> sym
Undefined function or variable 'sym'.
>> help dsolve
dsolve not found.
Use the Help browser search field to search the documentation, or type "help help" for help command options, such as help for methods.
My version is MATLAB R2012b. If there was the mistake in the installation process, how can I get add them to my program.
Thank you.
댓글 수: 0
답변 (1개)
Walter Roberson
2013년 2월 23일
In the Academic and Professional Versions, the Symbolic Toolbox is an optional extra-cost toolbox that must be licensed and installed. It is, though, included as part of the Student Version (but must be installed). There is no Student Version for R2012b so that does not apply to you.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!