This seems to be a rather straightforward issue, but unfortunately, I lack the necessary expertise to address it. Despite conducting thorough research, I have been unable to find a solution - mainly because I am uncertain about what specific terms or techniques to focus on. :-/
My goal is to retrieve a csv file into matlab from the following URL:
When I click on the "Export Data" link provided on that webpage, a csv file is downloaded easily for manual import into matlab. However, I seek to automate this process and enable matlab to fetch the data directly.
Examining the page source reveals the code for the "Export Data" link as follows: href="javascript:__doPostBack('ProjectionBoard1$cmdCSV','')
Is there a way to download this csv file into matlab using urlread? If so, could you provide guidance on how to go about it? Any recommendations for useful resources would also be greatly appreciated...
Thank you in advance to anyone who can assist!