i have this piece of code: MAT=[1 0;0 2] n=count(!iszero,MAT) n0=MAT[1:n] @assert n0 == ones(n) i ran into an unexpected assertion error for ...
確定! 回上一頁