logarithmic equation with ln
古いコメントを表示
Hello ,
How can i write this in matlab? I tried to read the documentation but it confuses me more. My variable b is equal to 0.174 ln(59.6 rf /rs). Any ideas?
Thank you!
採用された回答
その他の回答 (1 件)
Tien
2024 年 3 月 29 日
0 投票
b = 0.174 * log( 59.6 * rf ./rs )
カテゴリ
ヘルプ センター および File Exchange で Data Logging についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!