필터 지우기
필터 지우기

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

조회 수: 3 (최근 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에서 Exponents and Logarithms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by