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

2 次查看(过去 30 天)
tim=(x/z)*ln(u);
please help me

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by