Feeds
提问
Getting the minimum distance in a coordinates array
Let's say I have this array of coordinates (values are (x,y)): centers = 938 845 810 1012 ...
7 years 前 | 1 个回答 | 0
1
个回答提问
Transform a vector by keeping the numbers by pairs
Let's say I have a vector that contains some coordinates (x,y) in this way: A=[1 2 3 4 5 6 7 8 9 10] And I want to trans...
7 years 前 | 1 个回答 | 0
