Z = imadd(X,Y)
adds each element in array X with the corresponding element in
array Y and returns the sum in the corresponding element of the
output array Z.
Sum, returned as a numeric array of the same size as
X. Z is the same class as
X unless X is logical, in
which case Z is data type double. If
X is an integer array, elements of the output that
exceed the range of the integer type are truncated, and fractional values
are rounded.