How to make webread work?

>> webread('https://www.mathworks.com')
Error using webread (line 119)
The connection to URL 'https://www.mathworks.com' timed out after 5 seconds.
Set options.Timeout to a higher value.

3 件のコメント

Walter Roberson
Walter Roberson 2016 年 11 月 9 日
Works from my system. Perhaps you have a firewall active?
Guillaume
Guillaume 2016 年 11 月 9 日
or a proxy server that behaves badly given the matlab user agent string.
mizuki
mizuki 2016 年 11 月 10 日
or increasing the Timeout
options = weboptions('Timeout', 30);
data = webread(url,options);

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

回答 (0 件)

カテゴリ

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

製品

タグ

質問済み:

YW
2016 年 11 月 9 日

コメント済み:

2016 年 11 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by