logarithmic equation with ln

124 visualizzazioni (ultimi 30 giorni)
Panagiota Chatzi
Panagiota Chatzi il 17 Mag 2019
Risposto: Tien il 29 Mar 2024 alle 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!

Risposta accettata

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

Più risposte (1)

Tien
Tien il 29 Mar 2024 alle 15:00
b = 0.174 * log( 59.6 * rf ./rs )

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by