I'm sure that this is a very simple matter, but I don't have the necessary knowledge to deal with it. I did search extensively, and could not find any solution - this is likely because I'm not even sure about what specifically to look for and study. :-/
I'm trying to download a csv file into matlab, from this URL: http://www.fangraphs.com/projections.aspx?pos=all&stats=pit&type=rzips&team=0&players=0
Clicking on the "Export Data" link that is on that page does download a csv file that I can then import into matlab manually without a hitch. I would like to avoid the whole "manual download" part of the process, and have matlab read it instead.
If I peek into the page source, the "Export data" link looks like this: href="javascript:__doPostBack('ProjectionBoard1$cmdCSV','')
How do I download this csv file into matlab? Can I harness urlread to do this for me? If so, how? Even just a pointer to the right resources to look into would be tremendously helpful...
Thanks in advance to whomever will answer!