logarithmic equation with ln

125 vues (au cours des 30 derniers jours)
Panagiota Chatzi
Panagiota Chatzi le 17 Mai 2019
Réponse apportée : Tien le 29 Mar 2024 à 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!

Réponse acceptée

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

Plus de réponses (1)

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

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by