ZEROS All zeros. ZEROS(N) is an N-by-N matrix of zeros. ZEROS(M,N) or ZEROS([M,N]) is an M-by-N matrix of zeros. ZEROS(SIZE(A)) is the same size as A and all zeros.