How to find log with base value

hi all..can anyone tell how to write this eauation in matlab.where Lin is a 2x2 matrix.Thanks in advance..
L=log(i)(Lin+1)
i=max(Lin)+1.Here i is a base value of log.

 採用された回答

Ameer Hamza
Ameer Hamza 2020 年 5 月 20 日

0 投票

According to the change of base rule for logarithms, you can use the logarithm function of a specific base to find the logarithm of any base where it is defined. For example
L = log(Lin+1)/log(i)

2 件のコメント

Rocky
Rocky 2020 年 5 月 20 日
Thank you for Your help
Ameer Hamza
Ameer Hamza 2020 年 5 月 20 日
I am glad to be of help!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeStartup and Shutdown についてさらに検索

製品

リリース

R2018a

質問済み:

2020 年 5 月 20 日

コメント済み:

2020 年 5 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by