Error in using syms
3 次查看(过去 30 天)
显示 更早的评论
Hello.
I have a problem with syms. My MATLAB R2020b doesn't respond my syms commands. Please help me.
For example;
syms x
e = x^2 -9
solve(e)
Results:
Error using sym
Too many input arguments.
Error in syms (line 227)
defined = sym(zeros(1, length(args)));
Error in Untitled31 (line 1)
syms x
6 个评论
Walter Roberson
2020-12-23
If you overwrote sym.m then unless you have a backup, you will need to reinstall the Symbolic toolbox
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Assumptions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!