logarithmic equation with ln
Mostra commenti meno recenti
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
Più risposte (1)
Tien
il 29 Mar 2024
0 voti
b = 0.174 * log( 59.6 * rf ./rs )
Categorie
Scopri di più su Data Logging in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!