Why doesn't my MATLAB exist sym, syms or solve,... function ?
5 次查看(过去 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!