fork download
  1. A = [1 0 1 1 0 1; 1 1 0 0 0 1; 1 0 1 1 0 1; 0 1 1 0 0 1];
  2.  
  3. ind = find(all(A==0,1))
Success #stdin #stdout 0.17s 65056KB
stdin
Standard input is empty
stdout
ind =  5