Purpose
Synopsis
y = modulo(x,N)
Description
Example
x=[1.3 -2.13 9.2 0 -13 2]; modulo(x,2) ans = 1.3000 1.8700 1.2000 2.0000 1.0000 2.0000
See Also
rem.