HosseinEbi
Member
Hi friends,
As I said in the title, I need to get elements of an array which are not in another.
example:
arr1 = {2, 3, 4}
arr2 = {1, 2, 3, 4, 5}
output = {1, 5}
thanks for help.
As I said in the title, I need to get elements of an array which are not in another.
example:
arr1 = {2, 3, 4}
arr2 = {1, 2, 3, 4, 5}
output = {1, 5}
thanks for help.