webread won't read everything
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Johnny Yoon
am 16 Apr. 2021
Beantwortet: Amrtanshu Raj
am 19 Apr. 2021
Hi all,
I am trying to read numbers from the following website with webread. However, it won't read any numbers. It reads numbers from other websites, but not with this website. Do you have any idea how to read numbers from this website?
url = 'https://m.finance.daum.net/quotes/A084695/home';
data = webread(url);
0 Kommentare
Akzeptierte Antwort
Amrtanshu Raj
am 19 Apr. 2021
Hi,
The data on this webpage is dynamically generated using javascript and not static data as mentioned in the examples. Thus simple web scrapping using webread won't be able to solve this. You need to find out the if they have a API that is doing this.
Hope this helps !
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Call Web Services from MATLAB Using HTTP finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!