Log equation log(x)
이전 댓글 표시
I have a complicated equation such as a log (X), and the constants are in log and in a function of other logs. Could you please confirm the language?
답변 (1개)
Ameer Hamza
2018년 5월 5일
0 개 추천
Yes, MATLAB has built-in functions for logs. log() means log to base e. To use log to base 10 use log10(). You can refer to these function is MATLAB documentation https://www.mathworks.com/help/matlab/exponents-and-logarithms.html.
카테고리
도움말 센터 및 File Exchange에서 Data Logging에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!