k=2 log(8)/log(k)
Logarithm with a variable base
9 views (last 30 days)
Show older comments
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?
0 Comments
Accepted Answer
Voss
on 2 Sep 2023
1 Comment
Voss
on 2 Sep 2023
See the first property listed here: http://dl.uncw.edu/digilib/Mathematics/Algebra/mat111hb/EandL/logprop/logprop.html
More Answers (0)
See Also
Categories
Find more on Data Logging in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!