cities_test
    
    
    
      cities_test,
      a MATLAB progam which 
      calls cities(), which
      defines problems involving intercity distances. 
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
 
    
      Related Data and Programs:
    
    
      
      cities,
      a MATLAB code which
      handles various problems associated with a set of cities on a map.
    
    
      Source Code:
    
    
      
    
    
      
        - 
          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.