Hello,how can i write logarithm with base 11 in matlab?

 채택된 답변

Walter Roberson
Walter Roberson 2016년 3월 20일

1 개 추천

You run a numeric solution to the equation
11^y = x
where x is the input, and y is the logarithm base 11 to be found.
Or you could use the identity
log11(x) = log(x)/log(11)
where log is the natural logarithm.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

질문:

2016년 3월 20일

댓글:

2016년 3월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by