Why this error appears when I type ln?

Undefined function 'ln' for input arguments of type 'double'.

回答 (1 件)

Star Strider
Star Strider 2015 年 1 月 16 日

0 投票

The natural logarithm function in MATLAB is log:
y = log(2)
returns:
y =
693.1472e-003

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

製品

質問済み:

2015 年 1 月 16 日

回答済み:

2015 年 1 月 16 日

Community Treasure Hunt

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

Start Hunting!

Translated by