this is a website with a live timing table:
http://www.apex-timing.com/live-timing/lemans-karting/index.html
Do you guys know whether the Matlab function urlread lets me read this kind of data?
Using
str = urlread('http://www.apex-timing.com/live-timing/lemans-karting/index.html')
returns a single string with lot of info probably related to the website code but nothing related to what I see on the website.
Cheers,
Sebastian