I have two different list of angles. I wanted the replace bigger value to the first list, besides that replace smaller value to the second list.
You can see attach image what i am trying to do.
@cansu_yeni You want the bigger value of corresponding indices in one list and the smaller value in another?
This might work. No comparing, just sorting.
3 Likes
Yes, it is completely work @Vikram_Subbaiah. Thank you for reply.
1 Like