How do I write this Natural Log in MATLAB?
2 ビュー (過去 30 日間)
古いコメントを表示
Hi, I need to write the following log (attached as a screenshot) in MATLAB.

This is how I have tried to write it but it is returning a wrong value. Would anybody be able to tell me what is wrong with my code?
Sg2 = log(1-(Cdo-u*Clmin)/(T/W - u * Clrot))
0 件のコメント
採用された回答
Image Analyst
2021 年 3 月 14 日
Did you try it with the proper parentheses?
Sg2 = log(1-(Cdo-u*Clmin) / ((T/W - u) * Clrot))
What values are you passing in? What do you expect as a result and what are you getting? Answer after reading the posting guidelines:
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!