Reading website table into matrix
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (0)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!