powered by
Create a matrix of zeros of size (dim1 x dim2).
zeros(dim1, dim2 = NULL)
A matrix of zeros.
The dimension of the matrix (if square) or the number of rows.
The number of columns
Other MATLAB: cell(), diag_matlab(), feval(), fileparts(), isempty(), ones(), rand(), randn(), size(), tic(), toc()
cell()
diag_matlab()
feval()
fileparts()
isempty()
ones()
rand()
randn()
size()
tic()
toc()
zeros(3) zeros(0,3) zeros(4,7) zeros(1,4)
Run the code above in your browser using DataLab