How to find log with base value

1 view (last 30 days)
Rocky
Rocky on 20 May 2020
Commented: Ameer Hamza on 20 May 2020
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.

Accepted Answer

Ameer Hamza
Ameer Hamza on 20 May 2020
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 Comments
Rocky
Rocky on 20 May 2020
Thank you for Your help
Ameer Hamza
Ameer Hamza on 20 May 2020
I am glad to be of help!

Sign in to comment.

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!