MATLAB Function Reference Previous page   Next Page
log10

Common (base 10) logarithm

Syntax

Description

The log10 function operates element-by-element on arrays. Its domain includes complex numbers, which may lead to unexpected results if used unintentionally.

Y = log10(X) returns the base 10 logarithm of the elements of X.

Examples

and

See Also

exp, log, log2, logm


Previous page  log log1p Next page

© 1994-2005 The MathWorks, Inc.