MTM[frac] - fractional part
|
Calling Sequence
|
|
frac(M)
frac(x)
|
|
Description
|
|
•
|
frac(x) is the fractional part of x, that is, frac(x) = x - fix(x).
|
•
|
The frac(M) function computes the element-wise fractional part of M. The result, R, is formed as R[i,j] = frac(M[i,j]).
|
|
|
Download Help Document
Was this information helpful?