error regarding syms symbolic mathtool

i have an error regarding syms,i keyed in all in syms in symbolic however there are stilll some error,
thanks in advance

回答 (2 件)

Steven Lord
Steven Lord 2022 年 2 月 21 日

0 投票

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 *.
Star Strider
Star Strider 2022 年 2 月 21 日

0 投票

Yes, there is.
The expression is missing a multiplication operator —
Rid*(R1+Rf)
↑ ← HERE
MATLAB does not recognise implicit multiplication.

カテゴリ

ヘルプ センター および File ExchangeSymbolic Math Toolbox についてさらに検索

タグ

質問済み:

2022 年 2 月 21 日

回答済み:

2022 年 2 月 21 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by