Why this error appears when I type ln?
Mostrar comentarios más antiguos
Undefined function 'ln' for input arguments of type 'double'.
Respuestas (1)
Star Strider
el 16 de En. de 2015
The natural logarithm function in MATLAB is log:
y = log(2)
returns:
y =
693.1472e-003
Categorías
Más información sobre Get Started with MATLAB en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!