Return a matrix or N-dimensional array whose elements are all 0. The arguments are handled the same as the arguments for eye. The optional argument class, allows zeros to return an array of the specified type, for example val = zeros (n,m, "uint8")
Return a matrix or N-dimensional array whose elements are all 0. The arguments are handled the same as the arguments for eye.
eye
The optional argument class, allows zeros to return an array of the specified type, for example
zeros
val = zeros (n,m, "uint8")