MATLAB: Hello, I have a task ,I’ll be very glad if someone help. The task is to find point coordinates, which is located in the geometric center from set of points

geometric centerpoint coordinatesset of points

….

Best Answer

If you have n points, the geometric center can be calculated using.
xc = (x1+x2+x3+.......+xn)/n
yc = (y1+y2+y3+.......+yn)/n