how to solve ln(3) in matlab

19 ビュー (過去 30 日間)
thanos zisopoulos
thanos zisopoulos 2017 年 11 月 25 日
回答済み: John D'Errico 2017 年 11 月 25 日
i want to find ln(3) and the matlab write this
>> ln(3)
Undefined function or variable 'ln'.

回答 (1 件)

John D'Errico
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

カテゴリ

Help Center および File ExchangeExponents and Logarithms についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by