Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hello masters,
i have two list of point, for example A=( (1 0 1) (2 0 1) (4 5 1) ( 6 2 1))
B=( (1 0 1) (1 0 1) (3 0 1) (4 5 1) (4 5 1))
the task is find the difference points between two list A and B,
(Each point in list A only needs to be repeated at B once to be subtracted)
which result is a new list C=((1 0 1) (2 0 1) (3 0 1) (4 5 1) ( 6 2 1))
please guide me.
thank for your help.
Solved! Go to Solution.