zeros
Create array of all zeros
Syntax
Description
returns the scalar
X = zeros0.
returns
an X = zeros(sz1,...,szN)sz1-by-...-by-szN array of zeros where
sz1,...,szN indicate the size of each dimension. For example,
zeros(2,3) returns a 2-by-3 matrix.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced before R2006a