@simeonschaub Thanks very much.
Your suggestion works,
I’m was looking a way to strip out row or cols which has sum of rows or cols in some condition.
then I use eachrow and eachcol to get these rows/cols conditions.
With your suggestions I could create a very nice function.
After I learn more about Julia, I will try to make a generic function to strip out rows/cols for arrays.