So I want to delete rows of a matrix that contain zero, but only for specific columns. For example:A = [[0 0 0 0; 1 2 0 4; 2 0 1 1; 0 0 0 0; 1 2 3 4; ...
確定! 回上一頁