what is the syntax to implement natural logrithamic function (ln) into coding
Afficher commentaires plus anciens
tim=(x/z)*ln(u);
please help me
Réponses (1)
Mischa Kim
le 27 Fév 2015
The natural log is simply log
tim = (x/z)*log(u);
Catégories
En savoir plus sur Log Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!