The natural logarithm of the argument. |
||
Syntax |
l = Log10(m) |
|
Argument |
Name |
Description |
m |
A scalar, vector, or a matrix. |
|
Output |
Name |
Description |
l |
The base ten logarithm of each entry. |
|
Example |
Find the base ten logarithm of elements in a matrix. |
|
Syntax |
||
L = Log10([1,2;3,4]) |
||
Result |
||
L = 0.0 0.301 |
||
Comments |
The argument values must be non-zero. For negative arguments, the result will be the primary complex value. |
|
See Also: |