I\'m trying to implement Matlab\'s Find function in Julia. In Matlab, the code is
find(A==0)
where A is a very, very large n by m matrix, and