How change the base of the log??

조회 수: 60 (최근 30일)
Rodrigo Franco
Rodrigo Franco 2014년 9월 26일
댓글: Wahid Ali 2017년 7월 7일
Hi peoples, how change the base of the log example: log9(9) = 1

채택된 답변

Adam
Adam 2014년 9월 26일
Defining your own using an equality such as
log9(x) = log(x) / log(9)
looks to be your best option.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Prepare Model Inputs and Outputs에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by