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 Exchange에서 Symbolic 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