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