logarithmic equation with ln

30 次查看(过去 30 天)
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!

采纳的回答

madhan ravi
madhan ravi 2019-5-17
b = 0.174 * log( 59.6 * rf ./rs )

更多回答(1 个)

Tien
Tien 2024-3-29
b = 0.174 * log( 59.6 * rf ./rs )

类别

Help CenterFile Exchange 中查找有关 Data Logging 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by