logarithmic equation with ln

123 Ansichten (letzte 30 Tage)
Panagiota Chatzi
Panagiota Chatzi am 17 Mai 2019
Beantwortet: Tien am 29 Mär. 2024 um 15:00
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!

Akzeptierte Antwort

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

Weitere Antworten (1)

Tien
Tien am 29 Mär. 2024 um 15:00
b = 0.174 * log( 59.6 * rf ./rs )

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by