Programming Mathematics logarithm problem

1 visualizzazione (ultimi 30 giorni)
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 ??

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Exponents and Logarithms in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by