what is the syntax to implement natural logrithamic function (ln) into coding
Mostrar comentarios más antiguos
tim=(x/z)*ln(u);
please help me
Respuestas (1)
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 Log Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!