leElement-wise comparison (less than or equal) of arrays
le(A, B)A and B should have compatible sizes.1 if the corresponding element of A is less than or equal to the corresponding element of B, and is assigned logical 0 if otherwise.A or B is complex, it compares their real parts only.A <= B.