powered by
wrapper of zeros_or_ones() that replicates the behavior of the zeros() function on Matlab
zeros_or_ones()
zeros()
zeros(n1, n2 = n1, ...)
An n1-by-n2 matrix of zeros
number of rows
number of columns
extra dimensions
zeros(5) zeros(5, 3)
Run the code above in your browser using DataLab