Round towards nearest odd value.
Y=odd(X)
scalar, vector or matrix to be rounded
output scalar, vector or matrix containing only odd values
odd rounds each element of X towards the nearest odd integer value. If an element of X is even, ODD adds +1 to this value. X can be a scalar, a vector or a matrix.