Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.See the recommended documentation of this function
False array
false F = false(n) F = false(Sizes) F = false(sz1, .., szN) F = false(___,'like',p)
%F, %t F = zeros(n, n)>1 F = repmat(%F, Sizes) F = zeros(sz1, .., szN)>1 // no equivalent