I am trying to read a table from a website into a matrix for further processing.
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.

 採用された回答

Star Strider
Star Strider 2015 年 10 月 5 日

0 投票

Looking at that site, from the way it’s organised, I doubt you would be able to do what you want. You probably have to get the data manually, and just save it to a text file. (I didn’t go past the ‘Historical Data’ -> ‘Statistics Data’ pages, so I don’t know precisely what the options are.)

2 件のコメント

Matthew Schafer
Matthew Schafer 2015 年 10 月 6 日
Thanks for trying. I have contacted the organization that runs the website to see if they have any advice as I am sure I am not the first person to want this.
Star Strider
Star Strider 2015 年 10 月 6 日
My pleasure.
I wish I could have provided a real working solution, but the complexity of the choices required on that site are beyond my Web programming abilities.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeTables についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by