MATLAB: Get location from GPS coordinates

coordinatesgpslocation

Is there anyway that I can get Matlab to tell me a location based on the input of GPS coordinates? So, for example, if I gave it the coordinates (42.3899, -89.0366), how can I get Matlab to tell me that that's Roscoe, Illinois?

Best Answer

You will need to write a script that uses a geocoding service. Google and Yahoo both provide this service. There may be a fee associated with it, you'd have to read their documentation.
Related Question