how to solve ln(3) in matlab
32 views (last 30 days)
Show older comments
i want to find ln(3) and the matlab write this
>> ln(3)
Undefined function or variable 'ln'.
0 Comments
Answers (1)
John D'Errico
on 25 Nov 2017
There is NO ln function in MATLAB. This is true of most programming languages that I know in fact. My guess is that the name ln would be easily confused, depending on the font. log is easier to read and recognize.
log(3)
help log
0 Comments
See Also
Categories
Find more on Exponents and Logarithms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!