Reading website table into matrix
显示 更早的评论
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.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Tables 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!