Empty sym: 0-by-1
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I want to change C*m*(Co-Ci) = U*A*((Hi-Ci)-(Ho-Co))/log((Hi-Ci)/(Ho-Co)) to Co = ~~~~~
but The following error occurs. I spent over a week
If I input a number, the result comes out, but why doesn't the result come out when I enter a variable?
syms C m Co Ci Hi Ho U A
eqn = C*m*(Co-Ci) == U*A*((Hi-Ci)-(Ho-Co))/log((Hi-Ci)/(Ho-Co))
S=solve(eqn,Ci,"Real",true)
1 Commento
Risposte (0)
Vedere anche
Categorie
Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
