Borrar filtros
Borrar filtros

what is the syntax to implement natural logrithamic function (ln) into coding

1 visualización (últimos 30 días)
tim=(x/z)*ln(u);
please help me

Respuestas (1)

Mischa Kim
Mischa Kim el 27 de Feb. de 2015
The natural log is simply log
tim = (x/z)*log(u);

Categorías

Más información sobre Exponents and Logarithms en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by