Empty sym: 0-by-1

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))
eqn = 
S=solve(eqn,Ci,"Real",true)
Warning: Unable to find explicit solution. For options, see help.
S = Empty sym: 0-by-1

1 件のコメント

Walter Roberson
Walter Roberson 2022 年 7 月 6 日
What leads you to expect that a closed-form solution exists?

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSymbolic Math Toolbox についてさらに検索

質問済み:

2022 年 7 月 6 日

コメント済み:

2022 年 7 月 6 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by