Programming Mathematics logarithm problem

조회 수: 1 (최근 30일)
Mohamad Mourad
Mohamad Mourad 2020년 1월 9일
답변: David Hill 2020년 1월 9일
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