cities_test
cities_test,
a MATLAB progam which
calls cities() for problems involving intercity distances.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the GNU LGPL license.
Related Data and Programs:
cities,
a MATLAB library which
handles various problems associated with a set of cities on a map.
Source Code:
-
cities_test.m,
calls all the tests.
-
cities_test.sh,
calls all the tests.
-
cities_test.txt,
the output file.
-
cities_test01.m,
tests XY_TO_DIST.
-
cities_test02.m,
tests MAIN_READ_SIZE, DMS_READ, DMS_TO_DIST.
-
spaeth2_09_dist.txt,
a distance table.
-
usca312_main.txt,
is the main file for 312 city locations in the US and Canada.
-
usca312_dms.txt,
the latitude and longitude of each city.
-
uscap_ll.txt,
the latitude and longitude of each capital.
-
uscap_xy.txt,
the (X,Y) coordinates of each capital using a cylindrical projection.
-
wg22_dist.txt,
a distance table.
-
wg22_xy.txt,
the (X,Y) coordinates of each city.
Last revised on 14 December 2018.