Why this error appears when I type ln?
Mostra commenti meno recenti
Undefined function 'ln' for input arguments of type 'double'.
Risposte (1)
Star Strider
il 16 Gen 2015
The natural logarithm function in MATLAB is log:
y = log(2)
returns:
y =
693.1472e-003
Categorie
Scopri di più su Get Started with MATLAB in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!