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
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
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에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!