logarithmic equation with ln
Show older comments
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
More Answers (1)
Tien
on 29 Mar 2024
0 votes
b = 0.174 * log( 59.6 * rf ./rs )
Categories
Find more on Data Logging in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!