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 Exchange에서 Tables에 대해 자세히 알아보기

질문:

2015년 10월 5일

댓글:

2015년 10월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by