error regarding syms symbolic mathtool
1 次查看(过去 30 天)
显示 更早的评论

i have an error regarding syms,i keyed in all in syms in symbolic however there are stilll some error,
thanks in advance
0 个评论
回答(2 个)
Steven Lord
2022-2-21
You're missing an operator between Rid and (R1+Rf). If you want to multiply those two quantities you need to explicitly specify the multiplication operator *.
0 个评论
Star Strider
2022-2-21
Yes, there is.
The expression is missing a multiplication operator —
Rid*(R1+Rf)
↑ ← HERE
MATLAB does not recognise implicit multiplication.
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!