Hello My Friends
I am trying to find the distance from 1,1 to all other points then from 2,1 to all other points then from 3,1 to all other points ...etc, until from 3,3 to all other points .
I used this function in Matlab and i got the answer
arclen = distance('gc',[37,-76],[37,-9]);arclen1...