matlab_zeros/3¶
"matlab_zeros( + SizeX, + SizeY, ? Array" )
MATLAB will create an array of zeros of size SizeX and SizeY, and if Array is bound to an atom, store the array in the matlab variable with name Array. Corresponds to the MATLAB command zeros
.