logarithmic equation with ln
Mostrar comentarios más antiguos
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!
Respuesta aceptada
Más respuestas (1)
Tien
el 29 de Mzo. de 2024
0 votos
b = 0.174 * log( 59.6 * rf ./rs )
Categorías
Más información sobre Data Logging en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!