sym file in matlab
6 次查看(过去 30 天)
显示 更早的评论
can anybody tell how to check the roots in sym file of matlab?
2 个评论
采纳的回答
Kojiro Saito
2021-7-5
which sym -all
If Symbolic Math Toolbox is installed, it returns MATLAB_ROOT\toolbox\symbolic\symbolic\@sym\sym.m as of R2021a.
2 个评论
Kojiro Saito
2021-7-5
In R2020a, sym points toolbox\symbolic\symbolic\@sym\sym.m, too.
Please confirm you have installed Symbolic Math Toolbox by executing ver command.
ver
If the toolbox is installed, you will find "Symbolic Math Toolbox" in the ver result.
If not, you need to install the toolbox.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!