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

조회 수: 2 (최근 30일)
Arunachalam  D
Arunachalam D 2015년 2월 27일
답변: Mischa Kim 2015년 2월 27일
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