Programming Mathematics logarithm problem

1 view (last 30 days)
Hello everyone How can I write this equation specifily the base of log on Matlab ?
(n=1+logbase(r/t) for(s/E) if r,t,s,E are constant number ??

Accepted Answer

David Hill
David Hill on 9 Jan 2020
n=1+log(s/E)/log(r/t);

More Answers (0)

Categories

Find more on Exponents and Logarithms 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!