Zeros

Parent Previous Next

Zeros


Create array of all zeros



Syntax


zeros(n)

n is positive integer

Return a n-by-n matrix in which the elements are all zeros

zeros(m, n)

m, n are positive integers

Return a m-by-n matrix in which the elements are all zeros


Examples


Input

Output

zeros(3)

zeros(2,4)


See Also


Created with the Personal Edition of HelpNDoc: Free help authoring environment