Programming Mathematics logarithm problem

1 次查看(过去 30 天)
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 ??

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Exponents and Logarithms 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by