LatLon:
--------------------------------------------------------------------------
Find the latitude and longitude of a major U.S. city.
Available cities:
- New York
- Washington D.C.
- Miami
- Los Angeles
- San Francisco
- Seattle
--------------------------------------------------------------------------
Form:
[lat,lon] = LatLon( city )
--------------------------------------------------------------------------
------
Inputs
------
city (:) Name of city
-------
Outputs
-------
lat (1) Latitude [deg]
lon (1) Longitude [deg]
--------------------------------------------------------------------------