I want to read weather data from Weather Unground into Matlab directly. For a given site you can select to output the data in comma delimited format. How can I write a Matlab function that will read in the information into Matlab? I don't want to download the file but rather read it in from the URL.
For example, here is a URL of some data. Is there some Matlab function that has a URL as an input and saves data from whatever it finds there?