Why this error appears when I type ln?
이전 댓글 표시
Undefined function 'ln' for input arguments of type 'double'.
답변 (1개)
Star Strider
2015년 1월 16일
The natural logarithm function in MATLAB is log:
y = log(2)
returns:
y =
693.1472e-003
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!