zeros (Matlab function) - Create an array of all zeros
經安全檢測,此網站為安全網站,請放心前往原始網址!
zeros (Matlab function) - Create an array of all zeros
If A is a scalar, then Matlab returns a A*A matrix of zeros but in Scilab you get a 1, use zeros(A,A) to get the same matrix B. If A is a row vector, Scilab and Matlab ...