logarithmic equation with ln

19 views (last 30 days)
Panagiota Chatzi
Panagiota Chatzi on 17 May 2019
Answered: Tien on 29 Mar 2024
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!

Accepted Answer

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

More Answers (1)

Tien
Tien on 29 Mar 2024
b = 0.174 * log( 59.6 * rf ./rs )

Products

Community Treasure Hunt

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

Start Hunting!