Hi All, I have an array A, and another one B with same dimention and size. Now I want to change the delete the elements in A where the same position in B is nan. How can I do.
Similar to the matlab code A(find(isnan(B)) = [] Thank you. -- Best regards, Kenny
-- http://mail.python.org/mailman/listinfo/python-list