webread not returning full html contents

3 ビュー (過去 30 日間)
Michael Oristaglio
Michael Oristaglio 2022 年 6 月 29 日
回答済み: DGM 2022 年 6 月 29 日
The following call to read a webpage
URL='https://courses.yale.edu/?keyword=energy&srcdb=202203';
data=webread(URL);
does not return the full contents of the html file of the webpage, in the following sense:
If I enter the URL as above in my browser and view the source code of the page, the contents are different from what is returned by webread.
I've tried using various forms of webread (and webwrite) with different weboptions, but every call returns the same limited html content, which is the same as the base html content of
'https://courses.yale.edu'
without the results of the search on the page, with the given query parameters.
  1 件のコメント
Michael Oristaglio
Michael Oristaglio 2022 年 6 月 29 日
Some more detail to clarify the problem.
The webpage displayed when entering the URL in the browser is divided into panels, and it is only by using the INSPECT function of Google Chrome on the panel labelled SEARCH RESULTS (> RIGHT CLICK > INSPECT) that the full html code of the search results is shown.

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

回答 (1 件)

DGM
DGM 2022 年 6 月 29 日

カテゴリ

Help Center および File ExchangeWeb Services についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by