Documentation of tsp_uscity

Global Index (all files) (short | long) | Local contents | Local Index (files in subdir) (short | long)

Function Synopsis

[Coord, Labels, Dist] = tsp_uscity(FileName)

Help text

 TSP utility function, reads US City definitions

 This function reads data from TSP definition files and processes
 them for use under Matlab.

 Syntax: [Coord, Labels, Dist] = tsp_uscity(Filename)

 Input parameter:
    FileName  - String containing the name of the data file(s) to use.
                if empty, a dialog box will be opened for selection of
                the file name.

 Output parameter:
    Coord     - Matrix containing the coordinates of the cities
    Labels    - Matrix containing strings for the cities
    Dist      - Matrix containing the distances between all cities

 See also: scrtspus, tbxperm, initpp, mutswap, mutexch, recgp, recpm

Cross-Reference Information

This function calls
GEATbx: Main page  Tutorial  Algorithms  M-functions  Parameter/Options  Example functions  www.geatbx.com 

This document is part of version 3.8 of the GEATbx: Genetic and Evolutionary Algorithm Toolbox for use with Matlab - www.geatbx.com.
The Genetic and Evolutionary Algorithm Toolbox is not public domain.
© 1994-2006 Hartmut Pohlheim, All Rights Reserved, (support@geatbx.com).