Logarithm with a variable base

조회 수: 10 (최근 30일)
Chesus
Chesus 2023년 9월 2일
댓글: Voss 2023년 9월 2일
I want to make a logarithm that has a variable as its base, like:
k=2
logk(8)
ans =
3
How can I do that?

채택된 답변

Voss
Voss 2023년 9월 2일
k=2
log(8)/log(k)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Logging에 대해 자세히 알아보기

태그

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by