Zip Code Latitude Longitude City State County

版本 1.1.0.0 (1.2 MB) 作者: Sami
Distance between two zip codes
3.3K 次下载
更新时间 2014/3/17

查看许可证

%ZIPLATLON Finds the a combination of latidue, longitude, Zip Code in the United States and
% distance in between two of points.
%
%
% LATLONFROMZIPCODE: Get Latitude and Longitude from given Zip Code:
% [LAT1, LON1] = LATLONFROMZIPCODE(ZIP1)
% GET_ZIPCODE: Get the Zipcode from a given point with Latitude and longitude.
% [ZIPCODE1] = GET_ZIPCODE(LAT1, LON1)
% ZIPDISTANCE : Find the distance between the two zipcodes.
% [ZDIS] = ZIPDISTANCE(ZIP1, ZIP2)
%
% Map look up for the Zip Code Latitude Longitude City State County CSV
% was supported August 24, 2013 by Thai Yin.
% A convenient file with all the US zip codes and their associated
% latitude, longitude, city, state, and county. was supported August 24,
% 2013 by Thai Yin. Mapping modules in Drupal and WordPress may require
% this database which isn’t always included due to size.
% http://notebook.gaslampmedia.com/download-zip-code-latitude-longitude-city-state-county-csv/
%
% The map then was converted to matlab data file (.mat) file
% First, finding the lat and lon data associated with the desired zipcode, then using
% the built-in DISTANCE function in MATLAB to find the distance between
% the two given zip codes.

Thanks, Sami

引用格式

Sami (2024). Zip Code Latitude Longitude City State County (https://www.mathworks.com/matlabcentral/fileexchange/45905-zip-code-latitude-longitude-city-state-county), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2011b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Updated: to add a lookup for the Lat,Lon and ZipCode.
Please comment if you like it.

Thanks, Sami

1.0.0.0