| zeros | R Documentation | 
Create a matrix of zeros of size (dim1 x dim2).
zeros(dim1, dim2 = NULL)
| dim1 | The dimension of the matrix (if square) or the number of rows. | 
| dim2 | The number of columns | 
A matrix of zeros.
Other MATLAB: 
cell(),
diag_matlab(),
feval(),
fileparts(),
isempty(),
ones(),
rand(),
randn(),
size(),
tic(),
toc()
zeros(3)
zeros(0,3)
zeros(4,7)
zeros(1,4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.