Azzera filtri
Azzera filtri

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

3 visualizzazioni (ultimi 30 giorni)
tim=(x/z)*ln(u);
please help me

Risposte (1)

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

Categorie

Scopri di più su Exponents and Logarithms in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by