error regarding syms symbolic mathtool
Afficher commentaires plus anciens

i have an error regarding syms,i keyed in all in syms in symbolic however there are stilll some error,
thanks in advance
Réponses (2)
Steven Lord
le 21 Fév 2022
0 votes
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
le 21 Fév 2022
0 votes
Yes, there is.
The expression is missing a multiplication operator —
Rid*(R1+Rf)
↑ ← HERE
MATLAB does not recognise implicit multiplication.
Catégories
En savoir plus sur Symbolic Math Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!