Skip to main content

ZEROS

Returns an m×n matrix filled with zeros.

CategoryMatrix
SyntaxZEROS(rows, cols)

Parameters

ParameterRequiredDescription
rowsRequiredThe number of rows.
colsRequiredThe number of columns.

Example

ZEROS([1, 2; 3, 4])

Auto-generated from the EngCanvas function registry.