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

2 vues (au cours des 30 derniers jours)
Arunachalam  D
Arunachalam D le 27 Fév 2015
tim=(x/z)*ln(u);
please help me

Réponses (1)

Mischa Kim
Mischa Kim le 27 Fév 2015
The natural log is simply log
tim = (x/z)*log(u);

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by