error regarding syms symbolic mathtool
Mostrar comentarios más antiguos

i have an error regarding syms,i keyed in all in syms in symbolic however there are stilll some error,
thanks in advance
Respuestas (2)
Steven Lord
el 21 de Feb. de 2022
0 votos
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
el 21 de Feb. de 2022
0 votos
Yes, there is.
The expression is missing a multiplication operator —
Rid*(R1+Rf)
↑ ← HERE
MATLAB does not recognise implicit multiplication.
Categorías
Más información sobre Symbolic Math Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!