Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
tim=(x/z)*ln(u);
please help me

Antworten (1)

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

Kategorien

Mehr zu Exponents and Logarithms finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by