matlab_zeros/2

"matlab_zeros( + Size, ? Array" )

MATLAB will create a vector of zeros of size Size, and if Array is bound to an atom, store the array in the matlab variable with name Array. Corresponds to the MATLAB command zeros.