error regarding syms symbolic mathtool
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/901255/image.png)
i have an error regarding syms,i keyed in all in syms in symbolic however there are stilll some error,
thanks in advance
0 Commenti
Risposte (2)
Steven Lord
il 21 Feb 2022
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 *.
0 Commenti
Star Strider
il 21 Feb 2022
Yes, there is.
The expression is missing a multiplication operator —
Rid*(R1+Rf)
↑ ← HERE
MATLAB does not recognise implicit multiplication.
0 Commenti
Vedere anche
Categorie
Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!