Why this error appears when I type ln?
古いコメントを表示
Undefined function 'ln' for input arguments of type 'double'.
回答 (1 件)
Star Strider
2015 年 1 月 16 日
The natural logarithm function in MATLAB is log:
y = log(2)
returns:
y =
693.1472e-003
カテゴリ
ヘルプ センター および File Exchange で Get Started with MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!