How change the base of the log??

57 ビュー (過去 30 日間)
Rodrigo Franco
Rodrigo Franco 2014 年 9 月 26 日
コメント済み: Wahid Ali 2017 年 7 月 7 日
Hi peoples, how change the base of the log example: log9(9) = 1

採用された回答

Adam
Adam 2014 年 9 月 26 日
Defining your own using an equality such as
log9(x) = log(x) / log(9)
looks to be your best option.
  1 件のコメント
Wahid Ali
Wahid Ali 2017 年 7 月 7 日
Thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePrepare Model Inputs and Outputs についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by