MATLAB Function Reference Previous page   Next Page
log

Natural logarithm

Syntax

Description

The log function operates element-wise on arrays. Its domain includes complex and negative numbers, which may lead to unexpected results if used unintentionally.

Y = log(X) returns the natural logarithm of the elements of X. For complex or negative , where , the complex logarithm is returned.

Examples

The statement abs(log(-1)) is a clever way to generate .

See Also

exp, log10, log2, logm


Previous page  loadobj log10 Next page

© 1994-2005 The MathWorks, Inc.