How change the base of the log??
57 ビュー (過去 30 日間)
古いコメントを表示
Hi peoples, how change the base of the log example: log9(9) = 1
0 件のコメント
採用された回答
Adam
2014 年 9 月 26 日
Defining your own using an equality such as
log9(x) = log(x) / log(9)
looks to be your best option.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Prepare Model Inputs and Outputs についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!