Borrar filtros
Borrar filtros

logarithmic equation with ln

51 visualizaciones (últimos 30 días)
Panagiota Chatzi
Panagiota Chatzi el 17 de Mayo de 2019
Respondida: Tien el 29 de Mzo. de 2024
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

madhan ravi
madhan ravi el 17 de Mayo de 2019
b = 0.174 * log( 59.6 * rf ./rs )

Más respuestas (1)

Tien
Tien el 29 de Mzo. de 2024
b = 0.174 * log( 59.6 * rf ./rs )

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by