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!