ZERO matrix function
Description
ZERO(A) returns a matrix with the same dimensions as matrix A with all elements equal to zero.
ZERO(n) returns a square n × n matrix, consisting of all zeros.
ZERO(r,c) returns a r × c matrix, consisting of all zeros.