Reading website table into matrix
Show older comments
I am trying to read a table from a website into a matrix for further processing.
The website is : http://wateroffice.ec.gc.ca/report/report_e.html?mode=Table&type=realTime&stn=08GB014&dataType=&startDate=2015-09-28&endDate=2015-10-05&prm1=46&prm2=47
I tried using urlread. My plan was to read it in as a string and then pull out what I needed. But the string thats input doesn't have the table data in it that I can see. I am guessing I should be using a different function but am struggling to find one that works for me.
Accepted Answer
More Answers (0)
Categories
Find more on Tables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!