powered by
Function creates a matrix of zeros of size (dim1 x dim2). Written to match MATLAB's zeros function.
zeros
zeros(dim1, dim2 = NULL)
The dimension of the matrix (if square) or the number of rows.
The number of columns
A matrix of zeros.
Other MATLAB: cell, diag_matlab, feval, fileparts, isempty, isfield, ones, randn, randperm, rand, size, tic, toc
cell
diag_matlab
feval
fileparts
isempty
isfield
ones
randn
randperm
rand
size
tic
toc
# NOT RUN { zeros(3) zeros(0,3) zeros(4,7) zeros(1,4) # }
Run the code above in your browser using DataLab