Clear Filters
Clear Filters

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

2 views (last 30 days)
tim=(x/z)*ln(u);
please help me

Answers (1)

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

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!