MTM[log10] - compute the base-10 logarithm
|
Calling Sequence
|
|
log10(M)
|
|
Parameters
|
|
M
|
-
|
array, matrix, vector, or scalar
|
|
|
|
|
Description
|
|
•
|
The log10(M) function computes the element-wise base-10 logarithm of M. The result, R, is formed as R[i,j] = log10(M[i,j]).
|
|
|
Download Help Document
Was this information helpful?