how to solve ln(3) in matlab
19 ビュー (過去 30 日間)
古いコメントを表示
i want to find ln(3) and the matlab write this
>> ln(3)
Undefined function or variable 'ln'.
0 件のコメント
回答 (1 件)
John D'Errico
2017 年 11 月 25 日
There is NO ln function in MATLAB. This is true of most programming languages that I know in fact. My guess is that the name ln would be easily confused, depending on the font. log is easier to read and recognize.
log(3)
help log
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Exponents and Logarithms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!