error regarding syms symbolic mathtool
2 ビュー (過去 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!