Why this error appears when I type ln?
Ältere Kommentare anzeigen
Undefined function 'ln' for input arguments of type 'double'.
Antworten (1)
Star Strider
am 16 Jan. 2015
The natural logarithm function in MATLAB is log:
y = log(2)
returns:
y =
693.1472e-003
Kategorien
Mehr zu Get Started with MATLAB finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!