Returns the a matrix with the given number of rows and columns. Every element of this matrix has the value zero.
zeros(3,3) 0 0 0 0 0 0 0 0 0
length. size. eye. ones. setsize.